1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

text and style (#17439)

This commit is contained in:
Alex
2025-11-18 17:27:40 -05:00
committed by GitHub
parent fde1e26ad9
commit 84ce21643d

View File

@@ -80,11 +80,11 @@
@else {
<li class="tw-col-span-1">
<dirt-activity-card
[title]="'applicationsNeedingReview' | i18n"
[title]="'reviewNewApplications' | i18n"
[cardMetrics]="'newApplicationsWithCount' | i18n: newApplicationsCount"
[metricDescription]="'newApplicationsDescription' | i18n"
[iconClass]="'bwi-exclamation-triangle'"
[iconColorClass]="'tw-text-muted'"
[iconColorClass]="'tw-text-warning'"
[buttonText]="'reviewNow' | i18n"
[buttonType]="'primary'"
(buttonClick)="onReviewNewApplications()"