Skip to content

Commit 9610374

Browse files
committed
Make the title of the "Show Password" checkbox translatable.
1 parent 9d69186 commit 9610374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/frontend/web/template/show-password.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
*/
66
-->
77

8-
<input type="checkbox" name="show-password" title="Show Password" id="show-password" class="checkbox" data-role="show-password" ko-checked="isPasswordVisible">
8+
<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">
99
<label for="show-password" class="label"><span translate="'Show Password'"></span></label>

0 commit comments

Comments
 (0)