summaryrefslogtreecommitdiffstats
path: root/pyload/web/app
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-11-17 21:15:54 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-11-17 21:15:54 +0100
commitd7f1c948cfc8e2253a7c31ffc00f5e4924bac0b3 (patch)
treeff4368479b7f4326c83b3f3db588018c8d95f831 /pyload/web/app
parentadapted multihoster to new plugin manager (diff)
downloadpyload-d7f1c948cfc8e2253a7c31ffc00f5e4924bac0b3.tar.xz
workaround for bug that causes webUI not to load
Diffstat (limited to 'pyload/web/app')
-rw-r--r--pyload/web/app/templates/default/header/layout.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyload/web/app/templates/default/header/layout.html b/pyload/web/app/templates/default/header/layout.html
index 30df742fa..2f073117d 100644
--- a/pyload/web/app/templates/default/header/layout.html
+++ b/pyload/web/app/templates/default/header/layout.html
@@ -10,7 +10,8 @@
<div class="arrow"></div>
<div class="popover-inner">
<h3 class="popover-title">
- {{_ "Running..."}}
+ <!-- TODO: the first i18n underscore is not registered as helper -->
+ {{ gettext "Running..."}}
<button type="button" class="close" aria-hidden="true">&times;</button>
</h3>
<div class="popover-content">