1
0
mirror of https://github.com/janeczku/calibre-web synced 2026-05-22 13:22:14 +00:00

Fix typo on security settings

This commit is contained in:
Ozzie Isaacs
2024-12-01 16:19:53 +01:00
+1 -1
View File
@@ -411,7 +411,7 @@
</div>
<div class="form-group" style="margin-left:10px;">
<input type="checkbox" id="config_password_character" name="config_password_character" {% if config.config_password_character %}checked{% endif %}>
<label for="config_password_lower">{{_('Enforce characters (needed For Chinese/Japanese/Korean Characters)')}}</label>
<label for="config_password_character">{{_('Enforce characters (needed For Chinese/Japanese/Korean Characters)')}}</label>
</div>
<div class="form-group" style="margin-left:10px;">
<input type="checkbox" id="config_password_special" name="config_password_special" {% if config.config_password_special %}checked{% endif %}>