We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7996e89 + 4d0fd51 commit 5f224f6Copy full SHA for 5f224f6
app/code/Magento/Customer/view/frontend/web/template/show-password.html
@@ -5,5 +5,5 @@
5
*/
6
-->
7
8
-<input type="checkbox" name="show-password" title="Show Password" id="show-password" class="checkbox" data-role="show-password" ko-checked="isPasswordVisible">
+<input type="checkbox" name="show-password" data-bind="attr: {title : $t('Show Password')}" id="show-password" class="checkbox" data-role="show-password" ko-checked="isPasswordVisible">
9
<label for="show-password" class="label"><span translate="'Show Password'"></span></label>
0 commit comments