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 a3efccc + 5f224f6 commit 95e4d00Copy full SHA for 95e4d00
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