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 4, 2018
1 parent d8a95c9 commit 386438d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/Checkout/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,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!"
"optional", "optional"
"Password", "Password"
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<input class="input-text"
data-bind="
attr: {
placeholder: $t('optional'),
placeholder: $t('Password'),
}"
type="password"
name="password"
Expand Down

0 comments on commit 386438d

Please sign in to comment.