Skip to content

Commit 95e4d00

Browse files
authored
ENGCOM-9266: Make the title of the "Show Password" checkbox translatable #34370
2 parents a3efccc + 5f224f6 commit 95e4d00

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)