diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-05-27 22:52:24 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-05-27 22:52:24 +0200 |
commit | 3254a85595dd27a96862d8d7b932c03ade166f95 (patch) | |
tree | 969bd75d09550da32792c2537e8d6e9f0101386e /module/web/templates/default/settings.html | |
parent | fixes last commit (diff) | |
download | pyload-3254a85595dd27a96862d8d7b932c03ade166f95.tar.xz |
change password in webif
Diffstat (limited to 'module/web/templates/default/settings.html')
-rw-r--r-- | module/web/templates/default/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html index 4c8f0d63e..a74fe4261 100644 --- a/module/web/templates/default/settings.html +++ b/module/web/templates/default/settings.html @@ -215,7 +215,7 @@ <input id="account_login" name="account_login" type="text" size="20" /> <label for="account_password">{{_("Password")}} -<span class="small">The password for this account.</span> +<span class="small">{{_("The password for this account.")}}</span> </label> <input id="account_password" name="account_password" type="password" size="20" /> |