diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-11-17 21:15:54 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-11-17 21:15:54 +0100 |
commit | d7f1c948cfc8e2253a7c31ffc00f5e4924bac0b3 (patch) | |
tree | ff4368479b7f4326c83b3f3db588018c8d95f831 /pyload/web/app/templates/default | |
parent | adapted multihoster to new plugin manager (diff) | |
download | pyload-d7f1c948cfc8e2253a7c31ffc00f5e4924bac0b3.tar.xz |
workaround for bug that causes webUI not to load
Diffstat (limited to 'pyload/web/app/templates/default')
-rw-r--r-- | pyload/web/app/templates/default/header/layout.html | 3 |
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">×</button> </h3> <div class="popover-content"> |