Skip to content

Commit 10f130d

Browse files
committed
fix: i18n
1 parent a0c99d6 commit 10f130d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/i18n/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"error": {
5454
"title": "Validation errors",
55-
"text": "Check the fields of the form"
55+
"text": "Check form fields"
5656
},
5757
"button": "Validate"
5858
},

src/i18n/locales/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"error": {
5454
"title": "Validation errors",
55-
"text": "Check the fields of the form"
55+
"text": "Check form fields"
5656
},
5757
"button": "Validate"
5858
},

0 commit comments

Comments
 (0)