mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
fix(nav.html): capitalize the first letter of the word "threshold" in the nav.html template to improve consistency with other translations
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
{{- end -}}
|
||||
</div>
|
||||
<div class="threshold">
|
||||
<span>{{- i18n "threshold" -}}:</span>
|
||||
<span>{{- i18n "threshold" | strings.FirstUpper -}}:</span>
|
||||
<span>
|
||||
<button class="dec">-</button>
|
||||
<span class="num"></span><span class="num"></span><span class="num"></span
|
||||
|
||||
Reference in New Issue
Block a user