diff options
author | Simon Rettberg | 2014-12-05 19:15:41 +0100 |
---|---|---|
committer | Simon Rettberg | 2014-12-05 19:15:41 +0100 |
commit | 19ec20ab89bf938fe2dd1a99b62debc76e199425 (patch) | |
tree | fb084493aed19cc481b2276dff5063ac796c7a65 /lang/en | |
parent | Use different icons for client log entries (incomplete) (diff) | |
download | slx-admin-19ec20ab89bf938fe2dd1a99b62debc76e199425.tar.gz slx-admin-19ec20ab89bf938fe2dd1a99b62debc76e199425.tar.xz slx-admin-19ec20ab89bf938fe2dd1a99b62debc76e199425.zip |
Add option to hide or show password fields
Diffstat (limited to 'lang/en')
-rw-r--r-- | lang/en/templates/webinterface/httpd-restart.json (renamed from lang/en/templates/https/restart.json) | 0 | ||||
-rw-r--r-- | lang/en/templates/webinterface/https.json (renamed from lang/en/templates/https/_page.json) | 0 | ||||
-rw-r--r-- | lang/en/templates/webinterface/passwords.json | 7 |
3 files changed, 7 insertions, 0 deletions
diff --git a/lang/en/templates/https/restart.json b/lang/en/templates/webinterface/httpd-restart.json index 0a7d4aea..0a7d4aea 100644 --- a/lang/en/templates/https/restart.json +++ b/lang/en/templates/webinterface/httpd-restart.json diff --git a/lang/en/templates/https/_page.json b/lang/en/templates/webinterface/https.json index fc1e8e3e..fc1e8e3e 100644 --- a/lang/en/templates/https/_page.json +++ b/lang/en/templates/webinterface/https.json diff --git a/lang/en/templates/webinterface/passwords.json b/lang/en/templates/webinterface/passwords.json new file mode 100644 index 00000000..c21ccc48 --- /dev/null +++ b/lang/en/templates/webinterface/passwords.json @@ -0,0 +1,7 @@ +{ + "lang_description": "Set whether password fields should be masked or not.", + "lang_hidePasswords": "Mask passwords", + "lang_passwordFields": "Password fields", + "lang_save": "Save", + "lang_showPasswords": "Show passwords" +}
\ No newline at end of file |