diff --git a/apps/web/src/app/organizations/manage/manage.component.html b/apps/web/src/app/organizations/manage/manage.component.html index b96b8b0859b..da1090063d5 100644 --- a/apps/web/src/app/organizations/manage/manage.component.html +++ b/apps/web/src/app/organizations/manage/manage.component.html @@ -5,12 +5,12 @@
{{ "manage" | i18n }}
- {{ "people" | i18n }} + {{ "members" | i18n }} {{ "groups" | i18n }} - - {{ "policies" | i18n }} - - - {{ "singleSignOn" | i18n }} - - - {{ "scim" | i18n }} - - - {{ "eventLogs" | i18n }} -
diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json index 8fe03453b3f..8fbba1d4129 100644 --- a/apps/web/src/locales/en/messages.json +++ b/apps/web/src/locales/en/messages.json @@ -1578,10 +1578,6 @@ "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." }, - "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": { "message": "Unsecure websites" }, @@ -3743,12 +3739,6 @@ "ssoIdentifierHint": { "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": { "message": "Unlink SSO" },