1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-27 18:13:29 +00:00

PM-29621 changed error message to indicate lack of permissions

This commit is contained in:
voommen-livefront
2026-01-23 10:29:45 -06:00
parent 01d6b3dd1e
commit d2fc52c812
3 changed files with 23 additions and 30 deletions

View File

@@ -10435,6 +10435,9 @@
"failedToSaveIntegration": {
"message": "Failed to save integration. Please try again later."
},
"mustBeOrganizationOwnerAdmin": {
"message": "You must be an Organization Owner or Admin to perform this action."
},
"mustBeOrgOwnerToPerformAction": {
"message": "You must be the organization owner to perform this action."
},