1
0
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:
Addison Beck
2020-10-27 10:28:57 -04:00
committed by GitHub
parent f6946085d8
commit ebe5a6030e
7 changed files with 21 additions and 21 deletions

View File

@@ -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": {