1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-25 00:53:22 +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 GitHub
parent b6ff3a110e
commit cb2e5a04d0
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."
},