Skip to content

Commit

Permalink
MAGETWO-70235: Translate password field placeholder in Checkout #10056
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Korshenko authored Jun 26, 2017
2 parents d03bc98 + 95bcd5b commit 03c279a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
</label>
<div class="control">
<input class="input-text"
placeholder="optional"
data-bind="
attr: {
placeholder: $t('optional'),
}"
type="password"
name="password"
id="customer-password"
Expand Down

0 comments on commit 03c279a

Please sign in to comment.