From a3696ea3c1b77e32ad41f2b60bfe25f3dfdf23e0 Mon Sep 17 00:00:00 2001 From: Vijay Oommen Date: Fri, 3 Oct 2025 12:03:00 -0500 Subject: [PATCH] PM-26495 Activity tab empty state changed (#16726) --- apps/web/src/locales/en/messages.json | 2 +- .../all-activity.component.html | 14 +------------- .../access-intelligence/all-activity.component.ts | 4 +--- 3 files changed, 3 insertions(+), 17 deletions(-) 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)) {