diff options
author | Simon Rettberg | 2016-08-15 15:40:19 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-08-15 15:40:19 +0200 |
commit | a5f23f0b6b009d5f5b092d6bffdca1e4cfa02d58 (patch) | |
tree | 1e4466b926f73b8c96d0ada7c6972c9d3f9194f1 /modules-available/webinterface/templates | |
parent | [locations] Fix wrong overlap function for subnet collision detection (diff) | |
download | slx-admin-a5f23f0b6b009d5f5b092d6bffdca1e4cfa02d58.tar.gz slx-admin-a5f23f0b6b009d5f5b092d6bffdca1e4cfa02d58.tar.xz slx-admin-a5f23f0b6b009d5f5b092d6bffdca1e4cfa02d58.zip |
Update translations
Diffstat (limited to 'modules-available/webinterface/templates')
-rw-r--r-- | modules-available/webinterface/templates/https.html | 2 | ||||
-rw-r--r-- | modules-available/webinterface/templates/passwords.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/webinterface/templates/https.html b/modules-available/webinterface/templates/https.html index c6161cd6..dfd2a3fe 100644 --- a/modules-available/webinterface/templates/https.html +++ b/modules-available/webinterface/templates/https.html @@ -4,7 +4,7 @@ <div class="panel panel-default"> <div class="panel-heading">{{lang_httpsSettings}}</div> <div class="panel-body"> - <p>{{lang_description}}</p> + <p>{{lang_httpsDescription}}</p> {{^httpsEnabled}} <p>{{lang_HttpsIsDisabled}}</p> {{/httpsEnabled}} diff --git a/modules-available/webinterface/templates/passwords.html b/modules-available/webinterface/templates/passwords.html index f9fda016..1f23dfc4 100644 --- a/modules-available/webinterface/templates/passwords.html +++ b/modules-available/webinterface/templates/passwords.html @@ -4,7 +4,7 @@ <div class="panel panel-default"> <div class="panel-heading">{{lang_passwordFields}}</div> <div class="panel-body"> - <p>{{lang_description}}</p> + <p>{{lang_passwordsDescription}}</p> <div class="input-group" onclick="$('#pmshow').prop('checked', true)"> <span class="input-group-addon"><input id="pmshow" type="radio" name="mode" value="show" {{selected_show}}></span> <span class="form-control"> |