Made clear massages for errors in recipient registration

This commit is contained in:
Arseni
2025-12-16 18:42:57 +03:00
parent 67b52af150
commit 5218632c00
3 changed files with 29 additions and 6 deletions

View File

@@ -425,9 +425,13 @@
"addRecipient": "Add Recipient",
"editRecipient": "Edit Recipient",
"saveRecipient": "Save Recipient",
"choosePaymentMethod": "Payment Methods (choose at least 1)",
"recipientFormRule": "Recipient must have at least one payment method",
"recipientFormValidationError": "Fill in the required fields to save the recipient",
"@recipientFormValidationError": {
"description": "Error message shown when recipient form fields are invalid or missing"
},
"allStatus": "All",
"readyStatus": "Ready",
@@ -443,6 +447,10 @@
"@errorSaveRecipient": {
"description": "Error message displayed when saving a recipient fails"
},
"recipientSavedSuccessfully": "Recipient saved successfully",
"@recipientSavedSuccessfully": {
"description": "Success message displayed when a recipient is saved"
},
"recipientDeletedSuccessfully": "Recipient deleted successfully",
"@recipientDeletedSuccessfully": {
"description": "Success message displayed when a recipient is deleted"