diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json index 1a8623a1973..5ed393c0295 100644 --- a/apps/web/src/locales/en/messages.json +++ b/apps/web/src/locales/en/messages.json @@ -93,7 +93,7 @@ "sendReminders": { "message": "Send reminders" }, - "criticalApplicationsActivityDescription": { + "onceYouMarkApplicationsCriticalTheyWillDisplayHere": { "message": "Once you mark applications critical, they will display here." }, "viewAtRiskMembers": { diff --git a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/all-activity.component.html b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/all-activity.component.html index bb5416a9a13..a1b5611ff14 100644 --- a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/all-activity.component.html +++ b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/all-activity.component.html @@ -4,19 +4,7 @@ } -@if (!(isLoading$ | async) && (noData$ | async)) { -
- - -

- {{ "noAppsInOrgTitle" | i18n: organization?.name }} -

-
-
-
-} - -@if (!(isLoading$ | async) && !(noData$ | async)) { +@if (!(isLoading$ | async)) {