Skip to content

Commit 36c5829

Browse files
author
Dale Sikkema
committed
MAGETWO-51815: Invalid work of Password Strength Validator on "Create Customer" Storefront page
1 parent 46f0584 commit 36c5829

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Customer/view/frontend/templates/form/edit.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<div id="password-strength-meter" class="password-strength-meter">
6464
<?php /* @escapeNotVerified */ echo __('Password Strength'); ?>:
6565
<span id="password-strength-meter-label">
66-
<?php /* @escapeNotVerified */ echo __('No password'); ?>
66+
<?php /* @escapeNotVerified */ echo __('No Password'); ?>
6767
</span>
6868
</div>
6969
</div>

app/code/Magento/Customer/view/frontend/templates/form/register.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
<div id="password-strength-meter" class="password-strength-meter">
151151
<?php /* @escapeNotVerified */ echo __('Password Strength'); ?>:
152152
<span id="password-strength-meter-label">
153-
<?php /* @escapeNotVerified */ echo __('No password'); ?>
153+
<?php /* @escapeNotVerified */ echo __('No Password'); ?>
154154
</span>
155155
</div>
156156
</div>

0 commit comments

Comments
 (0)