Skip to content

Commit 386438d

Browse files
[Changed password placeholder text in checkout page]
1 parent d8a95c9 commit 386438d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ Payment,Payment
176176
"Not yet calculated","Not yet calculated"
177177
"We received your order!","We received your order!"
178178
"Thank you for your purchase!","Thank you for your purchase!"
179-
"optional", "optional"
179+
"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
@@ -41,7 +41,7 @@
4141
<input class="input-text"
4242
data-bind="
4343
attr: {
44-
placeholder: $t('optional'),
44+
placeholder: $t('Password'),
4545
}"
4646
type="password"
4747
name="password"

0 commit comments

Comments
 (0)