🌐 App validation errors

This commit is contained in:
Tagaishi
2023-08-13 22:24:46 +02:00
parent 7c898379e8
commit a973265795
2 changed files with 13 additions and 7 deletions

View File

@@ -99,6 +99,12 @@
}
},
"validation": {
"popover": "Your form contains invalid data. Hence, it can't be saved. Please resolve all issues and click this button again to save your changes"
"popover": "Your form contains invalid data. Hence, it can't be saved. Please resolve all issues and click this button again to save your changes",
"name": "Name is required",
"noUrl": "Url is required",
"invalidUrl": "Value is not a valid url",
"noIconUrl": "This field is required",
"noExternalUri": "External URI is required",
"invalidExternalUri": "External URI is not a valid uri"
}
}