Skip to content

Commit 03c279a

Browse files
author
Oleksii Korshenko
authored
MAGETWO-70235: Translate password field placeholder in Checkout #10056
2 parents d03bc98 + 95bcd5b commit 03c279a

File tree

1 file changed

+4
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/web/template/form/element

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@
3939
</label>
4040
<div class="control">
4141
<input class="input-text"
42-
placeholder="optional"
42+
data-bind="
43+
attr: {
44+
placeholder: $t('optional'),
45+
}"
4346
type="password"
4447
name="password"
4548
id="customer-password"

0 commit comments

Comments
 (0)