Skip to content

Commit

Permalink
fix russian E.164 error message
Browse files Browse the repository at this point in the history
  • Loading branch information
prigornitskiy committed Dec 19, 2024
1 parent 6c3307e commit ce2924d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translations/ru/ru.go
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ func RegisterDefaultTranslations(v *validator.Validate, trans ut.Translator) (er
},
{
tag: "e164",
translation: "{0} должен быть E.164 formatted phone number",
translation: "{0} должен быть действительным номером телефона в формате E.164",
override: false,
},
{
Expand Down

0 comments on commit ce2924d

Please sign in to comment.