diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-08-30 19:21:27 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-08-30 19:21:27 +0200 |
commit | 5297f54d11ef29b938a077e3acf9c5b557c62677 (patch) | |
tree | 8c11ba278bd4779bda00aecb5f58699a811bf72a /module/webui/themes/default/tml/login.html | |
parent | Fix resume and progress column for some FTP files (diff) | |
download | pyload-5297f54d11ef29b938a077e3acf9c5b557c62677.tar.xz |
[webui] Improve and fix 3
Diffstat (limited to 'module/webui/themes/default/tml/login.html')
-rw-r--r-- | module/webui/themes/default/tml/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/webui/themes/default/tml/login.html b/module/webui/themes/default/tml/login.html index d11941bb7..089275219 100644 --- a/module/webui/themes/default/tml/login.html +++ b/module/webui/themes/default/tml/login.html @@ -27,7 +27,7 @@ {% if errors %} <p>{{_("Your username and password didn't match. Please try again.")}}</p> - {{ _("To reset your login data or add an user run:") }} <b> python pyLoadCore.py -u</b> + {{ _("To reset your login data or add an user run:") }} <b> python pyload.py -u</b> {% endif %} </div> |