1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

Merge branch 'master' into feature/org-admin-refresh

This commit is contained in:
Shane Melton
2022-11-17 15:02:16 -08:00
2 changed files with 2 additions and 44 deletions

View File

@@ -5,12 +5,12 @@
<div class="card-header">{{ "manage" | i18n }}</div> <div class="card-header">{{ "manage" | i18n }}</div>
<div class="list-group list-group-flush"> <div class="list-group list-group-flush">
<a <a
routerLink="people" routerLink="members"
class="list-group-item" class="list-group-item"
routerLinkActive="active" routerLinkActive="active"
*ngIf="organization.canManageUsers" *ngIf="organization.canManageUsers"
> >
{{ "people" | i18n }} {{ "members" | i18n }}
</a> </a>
<a <a
routerLink="collections" routerLink="collections"
@@ -28,38 +28,6 @@
> >
{{ "groups" | i18n }} {{ "groups" | i18n }}
</a> </a>
<a
routerLink="policies"
class="list-group-item"
routerLinkActive="active"
*ngIf="organization.canManagePolicies"
>
{{ "policies" | i18n }}
</a>
<a
routerLink="sso"
class="list-group-item"
routerLinkActive="active"
*ngIf="organization.canManageSso"
>
{{ "singleSignOn" | i18n }}
</a>
<a
routerLink="scim"
class="list-group-item"
routerLinkActive="active"
*ngIf="organization.canManageScim"
>
{{ "scim" | i18n }}
</a>
<a
routerLink="events"
class="list-group-item"
routerLinkActive="active"
*ngIf="organization.canAccessEventLogs"
>
{{ "eventLogs" | i18n }}
</a>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1578,10 +1578,6 @@
"message": "Identify and close security gaps in your organization's accounts by clicking the reports below.", "message": "Identify and close security gaps in your organization's accounts by clicking the reports below.",
"description": "Vault health reports can be used to evaluate the security of your Bitwarden personal or organization Vault." "description": "Vault health reports can be used to evaluate the security of your Bitwarden personal or organization Vault."
}, },
"orgsReportsDesc": {
"message": "Identify and close security gaps in your organization's accounts by clicking the reports below.",
"description": "Vault health reports can be used to evaluate the security of your Bitwarden individual or organization Vault."
},
"unsecuredWebsitesReport": { "unsecuredWebsitesReport": {
"message": "Unsecure websites" "message": "Unsecure websites"
}, },
@@ -3743,12 +3739,6 @@
"ssoIdentifierHint": { "ssoIdentifierHint": {
"message": "Provide this ID to your members to login with SSO." "message": "Provide this ID to your members to login with SSO."
}, },
"ssoIdentifier": {
"message": "SSO Identifier"
},
"ssoIdentifierHint": {
"message": "Provide this ID to your members to login with SSO."
},
"unlinkSso": { "unlinkSso": {
"message": "Unlink SSO" "message": "Unlink SSO"
}, },