Skip to content

Commit

Permalink
Changed password placeholder text in checkout page
Browse files Browse the repository at this point in the history
  • Loading branch information
hitesh-wagento committed Jul 9, 2018
1 parent 86ed9df commit b5902e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/code/Magento/Checkout/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,4 @@ Payment,Payment
"Not yet calculated","Not yet calculated"
"We received your order!","We received your order!"
"Thank you for your purchase!","Thank you for your purchase!"
"Password", "Password"
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</label>
<div class="control">
<input class="input-text"
placeholder="password"
placeholder="Password"
type="password"
name="password"
id="customer-password"
Expand Down

0 comments on commit b5902e9

Please sign in to comment.