diff options
author | 2013-08-10 11:59:53 +0200 | |
---|---|---|
committer | 2013-08-10 11:59:53 +0200 | |
commit | 6bb376d57d4a5f8ed0e54039ffefa94ea5e61baf (patch) | |
tree | f2e665e15c7d169205f56dc88f4849cfffcb489a /pyload/web/app/templates/default/header/layout.html | |
parent | new account page layout, added translations for webui (diff) | |
download | pyload-6bb376d57d4a5f8ed0e54039ffefa94ea5e61baf.tar.xz |
parse string from template files, added some translations for webu
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"> |