1
0

fix(filter): validate title before creating or editing a filter

Resolves #3152
This commit is contained in:
kolaente
2023-02-22 11:04:31 +01:00
parent 4033c28a67
commit 1f40b68108
4 changed files with 46 additions and 12 deletions

View File

@ -405,7 +405,8 @@
"create": {
"title": "New Saved Filter",
"description": "A saved filter is a virtual list which is computed from a set of filters each time it is accessed. Once created, it will appear in a special namespace.",
"action": "Create new saved filter"
"action": "Create new saved filter",
"titleRequired": "Please provide a title for the filter."
},
"delete": {
"header": "Delete this saved filter",