1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-12-12 11:10:30 +00:00

Fix typo on security settings

This commit is contained in:
Ozzie Isaacs 2024-12-01 16:19:53 +01:00
commit dc7a0575dd

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 %}>