1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-23 16:13:21 +00:00

[PM-29621] Changed error message to indicate lack of permissions (#18528)

This commit is contained in:
Vijay Oommen
2026-02-06 12:36:44 -06:00
committed by jaasen-livefront
parent 331f69f983
commit 41ea3175bf
4 changed files with 68 additions and 35 deletions

View File

@@ -10499,6 +10499,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."
},