Add popover with validation message for validation errors

This commit is contained in:
Manuel Ruwe
2023-01-10 21:35:12 +01:00
parent 681944f7c5
commit 48b7564910
2 changed files with 24 additions and 4 deletions

View File

@@ -61,5 +61,8 @@
"save": "Save secret",
"update": "Update secret"
}
},
"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"
}
}