change notes & description column type

This commit is contained in:
raishvaria
2020-12-08 12:55:28 +05:30
parent e222af335e
commit d2e11bd7df
6 changed files with 53 additions and 7 deletions

View File

@ -1123,11 +1123,11 @@
"price_minvalue": "Price should be greater than 0.",
"amount_maxlength": "Amount should not be greater than 20 digits.",
"amount_minvalue": "Amount should be greater than 0.",
"description_maxlength": "Description should not be greater than 255 characters.",
"description_maxlength": "Description should not be greater than 65,000 characters.",
"subject_maxlength": "Subject should not be greater than 100 characters.",
"message_maxlength": "Message should not be greater than 255 characters.",
"maximum_options_error": "Maximum of {max} options selected. First remove a selected option to select another.",
"notes_maxlength": "Notes should not be greater than 255 characters.",
"notes_maxlength": "Notes should not be greater than 65,000 characters.",
"address_maxlength": "Address should not be greater than 255 characters.",
"ref_number_maxlength": "Ref Number should not be greater than 255 characters.",
"prefix_maxlength": "Prefix should not be greater than 5 characters.",