add validation message while inn alredy registred

This commit is contained in:
smanylov
2026-02-27 11:22:00 +07:00
parent 3b3e18f22d
commit 1a7bad29d1
3 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -367,6 +367,7 @@
"inn-placeholder": "Enter 10 digits",
"INN": "INN",
"fullName-required": "Please fill in the field correctly.",
"fullName-too-short": "Name must be at least 2 characters long."
"fullName-too-short": "Name must be at least 2 characters long.",
"company-already-registered": "The company is already registered."
}
}