1
0
mirror of https://github.com/bitwarden/server synced 2026-01-07 11:03:37 +00:00
* pm-24208
This commit is contained in:
Ike
2025-07-30 12:49:48 -04:00
committed by GitHub
parent 531af410f9
commit b5991776f4
2 changed files with 43 additions and 6 deletions

View File

@@ -532,6 +532,12 @@
<data name="AcceptInviteBeforeUsingSSO" xml:space="preserve">
<value>To accept your invite to {0}, you must first log in using your master password. Once your invite has been accepted, you will be able to log in using SSO.</value>
</data>
<data name="OrganizationUserAccessRevoked" xml:space="preserve">
<value>Your access to organization {0} has been revoked. Please contact your administrator for assistance.</value>
</data>
<data name="OrganizationUserUnknownStatus" xml:space="preserve">
<value>Your access to organization {0} is in an unknown state. Please contact your administrator for assistance.</value>
</data>
<data name="UserAlreadyExistsInviteProcess" xml:space="preserve">
<value>You were removed from the organization managing single sign-on for your account. Contact the organization administrator for help regaining access to your account.</value>
</data>