Skip to content

Commit aa78f42

Browse files
author
Stanislav Idolov
authored
ENGCOM-2306: [Backport : Changed password placeholder text in checkout page] #16526
2 parents fa60447 + 7b0c3bc commit aa78f42

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)