Skip to content

Commit

Permalink
fix: phone number placeholder (projectcaluma#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
czosel authored Aug 3, 2022
1 parent bd2d63c commit 9b75903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/templates/users/edit.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
class="uk-input"
type="tel"
name="phone"
placeholder="{{t "emeis.users.headings.phone-placeholder"}}..."
placeholder="{{t "emeis.users.headings.phone-placeholder"}}"
required={{includes "phone" this.requiredFields}}
pattern="^[0-9()\+\-\s]+$"
value={{@model.phone}}
Expand Down

0 comments on commit 9b75903

Please sign in to comment.