diff options
Diffstat (limited to 'pyload/web/app/templates/default/header/layout.html')
-rw-r--r-- | pyload/web/app/templates/default/header/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/web/app/templates/default/header/layout.html b/pyload/web/app/templates/default/header/layout.html index 14a7f0424..30df742fa 100644 --- a/pyload/web/app/templates/default/header/layout.html +++ b/pyload/web/app/templates/default/header/layout.html @@ -10,7 +10,7 @@ <div class="arrow"></div> <div class="popover-inner"> <h3 class="popover-title"> - Running... + {{_ "Running..."}} <button type="button" class="close" aria-hidden="true">×</button> </h3> <div class="popover-content"> |