Skip to content

Commit

Permalink
Merge pull request #3503 from ita-social-projects/bug/7919/fix-capita…
Browse files Browse the repository at this point in the history
…lized-letter

Update username validation message for clarity
  • Loading branch information
LazarenkoDmytro authored Dec 18, 2024
2 parents 85c7d4c + a69702a commit c43d16f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
"first-name-is-required": "User name is required",
"user-name-error": "User name is required",
"invalid-user-name": "Username must not contains a dot at the beginning, few dots in a row, special characters, Cyrillic letters",
"user-name-size": "The user name must contain 1-30 characters and can contain letters, numbers and a dot. Dot at the start, at the end and consecutive dot is forbidden.",
"user-name-size": "The user name must be 1-30 characters long and may include letters, numbers, single dots, hyphens, or apostrophes. Dots cannot appear at the beginning or end, nor can they be consecutive. Double hyphens or apostrophes are also not allowed.",
"first-name-must-be-at-least-1-characters-long": "User name must be at least 1 characters long",
"last-name": "Last name",
"last-name-is-required": "Last name is required",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/ua.json
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@
"first-name-is-required": "Введіть ім'я",
"user-name-error": "Iм'я користувача обов'язкове",
"invalid-user-name": "Ім'я користувача не повинно містити крапку на початку, кілька крапок поспіль, спеціальні символи, кириличні літери",
"user-name-size": "Імповинно містити 1-30 символів і може складатись з літер, цифр та крапки. Крапка на початку імені, в кінці та послідовність крапок заборонена.",
"user-name-size": "Ім’я користувача повинно містити від 1 до 30 символів і може містити літери, цифри, крапки, дефіси або апострофи. Крапки не можуть бути на початку або в кінці, а також не можуть йти поспіль. Подвійні дефіси або апострофи також заборонені.",
"first-name-must-be-at-least-1-characters-long": "Ім'я повинно містити принаймі 1 символ",
"last-name": "Прізвище",
"last-name-is-required": "Введіть прізвище",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/ubs/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
"first-name-is-required": "User name is required",
"user-name-error": "User name is required",
"invalid-user-name": "Username must not contains a dot at the beginning, few dots in a row, special characters, Cyrillic letters",
"user-name-size": "The user name must contain 1-30 characters and can contain letters, numbers and a dot. Dot at the start, at the end and consecutive dot is forbidden",
"user-name-size": "The user name must be 1-30 characters long and may include letters, numbers, single dots, hyphens, or apostrophes. Dots cannot appear at the beginning or end, nor can they be consecutive. Double hyphens or apostrophes are also not allowed.",
"first-name-must-be-at-least-1-characters-long": "User name must be at least 1 characters long",
"last-name": "Last name",
"last-name-is-required": "Last name is required",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/ubs/ua.json
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@
"first-name-is-required": "Введіть ім'я",
"user-name-error": "Iм'я користувача обов'язкове",
"invalid-user-name": "Ім'я користувача не повинно містити крапку на початку, кілька крапок поспіль, спеціальні символи, кириличні літери",
"user-name-size": "Імповинно містити 1-30 символів і може складатись з літер, цифр та крапки. Крапка на початку імені, в кінці та послідовність крапок заборонена.",
"user-name-size": "Ім’я користувача повинно містити від 1 до 30 символів і може містити літери, цифри, крапки, дефіси або апострофи. Крапки не можуть бути на початку або в кінці, а також не можуть йти поспіль. Подвійні дефіси або апострофи також заборонені.",
"first-name-must-be-at-least-1-characters-long": "Ім'я повинно містити принаймі 1 символ",
"last-name": "Прізвище",
"last-name-is-required": "Введіть прізвище",
Expand Down

0 comments on commit c43d16f

Please sign in to comment.