Browse Source

Finished Night mode Implementation and Closes #50

Yoginth 7 years ago
parent
commit
526e4a3d53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/user/settings/profile.tmpl

+ 1 - 1
templates/user/settings/profile.tmpl

@@ -60,7 +60,7 @@
 						<div class="inline field">
 						<div class="inline field">
 							<label for="location">Night Mode: </label>
 							<label for="location">Night Mode: </label>
 							<div class="ui checkbox">
 							<div class="ui checkbox">
-								<label><strong>{{.i18n.Tr "settings.nightmode"}}</strong></label>
+								<label><strong>{{.i18n.Tr "settings.nightmode"}}</strong><span class="ui green basic label tiny beta-badge">Beta</span></label>
 								<input name="night_mode" type="checkbox" {{if .night_mode}}checked{{end}}>
 								<input name="night_mode" type="checkbox" {{if .night_mode}}checked{{end}}>
 							</div>
 							</div>
 						</div>
 						</div>