add max lenght validation for create complaint/claim
This commit is contained in:
@@ -394,6 +394,7 @@
|
||||
"deselect": "Deselect",
|
||||
"select-all": "Select all",
|
||||
"text-area-error-fill-complaint-text": "Fill out the complaint text",
|
||||
"text-area-error-complaint-text-too-long": "The complaint text must not exceed 2000 characters",
|
||||
"to-view-a-file-match-click-on-the-card-from-the-list": "To view a file match, click on the card from the list",
|
||||
"insufficient-funds-to-receive-payment": "Insufficient funds to receive payment",
|
||||
"not-found-payout-method": "Not found payout method",
|
||||
@@ -420,6 +421,8 @@
|
||||
"text-of-the-case": "Text of the case",
|
||||
"fill-text-of-the-case": "Fill the case text",
|
||||
"fill-title-of-the-case": "Fill the case title",
|
||||
"claim-title-must-not-exceed-300-characters": "The claim title must not exceed 300 characters",
|
||||
"claim-text-must-not-exceed-2000-characters": "The text of the claim must not exceed 2000 characters",
|
||||
"enter-the-amount-of-damage": "Enter the amount of damage",
|
||||
"download-all": "Download all",
|
||||
"selected-files": "Selected files",
|
||||
|
||||
@@ -394,6 +394,7 @@
|
||||
"deselect": "Снять выделение",
|
||||
"select-all": "Выбрать все",
|
||||
"text-area-error-fill-complaint-text": "Заполните текст жалобы",
|
||||
"text-area-error-complaint-text-too-long": "Текст жалобы не должен превышать 2000 символов",
|
||||
"to-view-a-file-match-click-on-the-card-from-the-list": "Для просмотра совпадения по файлу нажмите на карточку из списка",
|
||||
"insufficient-funds-to-receive-payment": "Недостаточно средств для получения выплаты",
|
||||
"not-found-payout-method": "Метод выплаты не найден",
|
||||
@@ -420,6 +421,8 @@
|
||||
"text-of-the-case": "Текст претензии",
|
||||
"fill-text-of-the-case": "Заполните текст претензии",
|
||||
"fill-title-of-the-case": "Заполните название претензии",
|
||||
"claim-title-must-not-exceed-300-characters": "Название претензии не должно превышать 300 символов",
|
||||
"claim-text-must-not-exceed-2000-characters": "Текст претензии не должен превышать 2000 символов",
|
||||
"enter-the-amount-of-damage": "Введите сумму ущерба",
|
||||
"download-all": "Скачать все",
|
||||
"selected-files": "Выбрано файлов",
|
||||
|
||||
Reference in New Issue
Block a user