Add error notification when lacking the upload permission

This commit is contained in:
Oliver 2026-01-18 00:30:41 -07:00
parent 63f985aa0e
commit a5357a90a5
2 changed files with 10 additions and 1 deletions

View file

@ -22,7 +22,8 @@
"notifs": {
"error": {
"db-out-of-date": "Database out of date, please try again.",
"document-ID-404": "Cannot find {dbType} with ID: {id}"
"document-ID-404": "Cannot find {dbType} with ID: {id}",
"no-upload-permission": "Cannot save due to missing the \"Upload Files\" permission."
}
}
}