Translate an un-translated text and remove the default displayed strength

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-03-22 22:36:50 +01:00
parent 508c9d962d
commit 9e73525363
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -25,9 +25,9 @@
<input type="password" name="pma_pw" id="text_pma_change_pw" size="10" class="textfield" <input type="password" name="pma_pw" id="text_pma_change_pw" size="10" class="textfield"
onkeyup="Functions.checkPasswordStrength($(this).val(), $('#change_password_strength_meter'), meter_obj_label = $('#change_password_strength'), CommonParams.get('user'));" onkeyup="Functions.checkPasswordStrength($(this).val(), $('#change_password_strength_meter'), meter_obj_label = $('#change_password_strength'), CommonParams.get('user'));"
onchange="nopass[1].checked = true"> onchange="nopass[1].checked = true">
<span>Strength:</span> <span>{% trans %}Strength:{% context %}Password strength{% endtrans %}</span>
<meter max="4" id="change_password_strength_meter" name="pw_meter"></meter> <meter max="4" id="change_password_strength_meter" name="pw_meter"></meter>
<span id="change_password_strength" name="pw_strength">Good</span> <span id="change_password_strength" name="pw_strength"></span>
<br> <br>
{% trans 'Re-type:' %}&nbsp; {% trans 'Re-type:' %}&nbsp;
<input type="password" name="pma_pw2" id="text_pma_change_pw2" size="10" class="textfield" onchange="nopass[1].checked = true"> <input type="password" name="pma_pw2" id="text_pma_change_pw2" size="10" class="textfield" onchange="nopass[1].checked = true">