File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Customer/view/frontend/templates/form Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 63
63
<div id="password-strength-meter" class="password-strength-meter">
64
64
<?php /* @escapeNotVerified */ echo __ ('Password Strength ' ); ?> :
65
65
<span id="password-strength-meter-label">
66
- <?php /* @escapeNotVerified */ echo __ ('No password ' ); ?>
66
+ <?php /* @escapeNotVerified */ echo __ ('No Password ' ); ?>
67
67
</span>
68
68
</div>
69
69
</div>
Original file line number Diff line number Diff line change 150
150
<div id="password-strength-meter" class="password-strength-meter">
151
151
<?php /* @escapeNotVerified */ echo __ ('Password Strength ' ); ?> :
152
152
<span id="password-strength-meter-label">
153
- <?php /* @escapeNotVerified */ echo __ ('No password ' ); ?>
153
+ <?php /* @escapeNotVerified */ echo __ ('No Password ' ); ?>
154
154
</span>
155
155
</div>
156
156
</div>
You can’t perform that action at this time.
0 commit comments