Skip to content

Commit 7b0c3bc

Browse files
ENGCOM-2306: [Backport : Changed password placeholder text in checkout page] #16526
- Merge Pull Request #16526 from hitesh-wagento/magento2:2.1-wrong-password-checkout - Merged commits: 1. 86ed9df 2. b5902e9
2 parents 2b53bf2 + b5902e9 commit 7b0c3bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Checkout/i18n/en_US.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,4 @@ Payment,Payment
180180
"Not yet calculated","Not yet calculated"
181181
"We received your order!","We received your order!"
182182
"Thank you for your purchase!","Thank you for your purchase!"
183+
"Password", "Password"

app/code/Magento/Checkout/view/frontend/web/template/form/element/email.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</label>
4040
<div class="control">
4141
<input class="input-text"
42-
placeholder="optional"
42+
placeholder="Password"
4343
type="password"
4444
name="password"
4545
id="customer-password"

0 commit comments

Comments
 (0)