Skip to content

Commit ee0af7a

Browse files
committed
🐛 Translate placeholder
1 parent d03bc98 commit ee0af7a

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)