diff options
-rw-r--r-- | modules-available/sysconfig/templates/screensaver-start.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/sysconfig/templates/screensaver-start.html b/modules-available/sysconfig/templates/screensaver-start.html index 96be0cd5..03ef9ccb 100644 --- a/modules-available/sysconfig/templates/screensaver-start.html +++ b/modules-available/sysconfig/templates/screensaver-start.html @@ -14,7 +14,7 @@ <input type="hidden" id="helper-mode" name="helper_mode" value="false"> <div class="form-group"> <div class="input-group btn-group"> - <span class="input-group-addon slx-ga"">{{lang_mode}}</span> + <span class="input-group-addon slx-ga">{{lang_mode}}</span> <a class="btn btn-default" tabindex="2" id="btn-easy-mode" type="button" onclick="switchMode(1)"> <span class="glyphicon glyphicon-user"></span> {{lang_modeEasy}} |