mirror of
https://github.com/bitwarden/web
synced 2026-01-19 17:03:21 +00:00
Only org to single org (#680)
* change OnlyOrg references to SingleOrg * updated jslib * change OnlyOrg references to SingleOrg * missed a reference to OnlyOrg in messages
This commit is contained in:
@@ -3210,16 +3210,16 @@
|
||||
"webPoliciesDeprecationWarning": {
|
||||
"message": "Policy configuration has been moved, and this page will soon be deprecated. Please click below to use the Business Portal policies page instead."
|
||||
},
|
||||
"onlyOrg": {
|
||||
"message": "Only Organization"
|
||||
"singleOrg": {
|
||||
"message": "Single Organization"
|
||||
},
|
||||
"onlyOrgDesc": {
|
||||
"singleOrgDesc": {
|
||||
"message": "Restrict users from being able to join any other organizations."
|
||||
},
|
||||
"onlyOrgBlockCreateMessage": {
|
||||
"singleOrgBlockCreateMessage": {
|
||||
"message": "Your current organization has a policy that does not allow you to join more than one organization. Please contact your organization admins or sign up from a different Bitwarden account."
|
||||
},
|
||||
"onlyOrgPolicyWarning": {
|
||||
"singleOrgPolicyWarning": {
|
||||
"message": "Organization members who are already a member of another organization will be removed from your organization."
|
||||
},
|
||||
"requireSso": {
|
||||
|
||||
Reference in New Issue
Block a user