diff options
Diffstat (limited to 'assets/pages-src/settings.bvr')
-rw-r--r-- | assets/pages-src/settings.bvr | 57 |
1 files changed, 28 insertions, 29 deletions
diff --git a/assets/pages-src/settings.bvr b/assets/pages-src/settings.bvr index 960adb5..6fa0a64 100644 --- a/assets/pages-src/settings.bvr +++ b/assets/pages-src/settings.bvr @@ -68,37 +68,36 @@ </div> </div> - <div class="row"> - <div class="col s12"> - <h5 class="general-text"><x-su>theme</x-su></h5> - </div> - <div class="input-field col s12"> - <i class="material-icons prefix">palette</i> - <select class="theme-select input-select" id="select-theme"> - <option value="light" id="option-light" data-theme="light" selected><x-su>themeLight</x-su></option> - <option value="dark" id="option-dark" data-theme="dark"><x-su>themeDark</x-su></option> - <option value="night" id="option-night" data-theme="night"><x-su>themeNight</x-su></option> - </select> - <label><x-su>selectTheme</x-su></label> - </div> - </div> - + <div class="row"> + <div class="col s12"> + <h5 class="general-text"><x-su>theme</x-su></h5> + </div> + <div class="input-field col s12"> + <i class="material-icons prefix">palette</i> + <select class="theme-select input-select" id="select-theme"> + <option value="light" id="option-light" data-theme="light" selected>Light / svetla</option> + <option value="dark" id="option-dark" data-theme="dark">Dark / temna</option> + <option value="night" id="option-night" data-theme="night">Night / nočna</x-su></option> + </select> + <label><x-su>selectTheme</x-su></label> + </div> + </div> - <div class="row"> - <div class="col s12"> - <h5 class="general-text"><x-su>errorReporting</x-su></h5> - </div> - <div class="input-field col s12"> - <i class="material-icons prefix">report_problem</i> - <select class="errorreporting-select input-select" id="select-errorreporting"> - <option value="on" id="option-on" data-errorreporting="on" selected><x-su>on</x-su></option> - <option value="off" id="option-off" data-errorreporting="off"><x-su>off</x-su></option> - </select> - <label><x-su>selectErrorReporting</x-su></label> - </div> - </div> - </div> + <div class="row"> + <div class="col s12"> + <h5 class="general-text"><x-su>errorReporting</x-su></h5> + </div> + <div class="input-field col s12"> + <i class="material-icons prefix">report_problem</i> + <select class="errorreporting-select input-select" id="select-errorreporting"> + <option value="on" id="option-on" data-errorreporting="on" selected>On / Vklopljeno</option> + <option value="off" id="option-off" data-errorreporting="off">Off / Izklopljeno</option> + </select> + <label><x-su>selectErrorReporting</x-su></label> + </div> + </div> + </div> </body> </html> |