move 12h/24h time strings to common

This commit is contained in:
Harvey Tindall
2021-04-07 15:09:25 +01:00
parent 7196361cf6
commit bc76770ca4
17 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -266,10 +266,10 @@
</label>
<div>
<label class="row switch pb-1">
<input type="radio" name="email-24h" value="true" checked><span>{{ .lang.Email.time24h }}</span>
<input type="radio" name="email-24h" value="true" checked><span>{{ .lang.Strings.time24h }}</span>
</label>
<label class="row switch pb-1">
<input type="radio" name="email-24h" value="false"><span>{{ .lang.Email.time12h }}</span>
<input type="radio" name="email-24h" value="false"><span>{{ .lang.Strings.time12h }}</span>
</label>
</div>
</div>