diff options
Diffstat (limited to 'pyload/web/app')
| -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">  | 
