Skip to content

Commit

Permalink
fix: fixed phone placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
barttom committed Jan 25, 2024
1 parent 280c5db commit bc1784d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default {
lastName: 'Last name',
phone: 'Phone',
phoneNumber: 'Phone number',
phoneNumberPlaceholder: '(xxx)xxx-xxxx',
phoneNumberPlaceholder: '(xxx) xxx-xxxx',
email: 'Email',
and: 'and',
details: 'Details',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default {
lastName: 'Apellidos',
phone: 'teléfono',
phoneNumber: 'Número de teléfono',
phoneNumberPlaceholder: '(xxx)xxx-xxxx',
phoneNumberPlaceholder: '(xxx) xxx-xxxx',
email: 'Email',
and: 'y',
details: 'Detalles',
Expand Down

0 comments on commit bc1784d

Please sign in to comment.