Skip to content

Commit 3d9058b

Browse files
author
Stanislav Idolov
authored
ENGCOM-2126: [Changed password placeholder text in checkout page] #16379
2 parents 7843b8c + 55a9645 commit 3d9058b

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,5 +176,5 @@ 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"
180180
"Something went wrong while saving the page. Please refresh the page and try again.","Something went wrong while saving the page. Please refresh the page and try again."

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)