Skip to content

Commit 9cffc3b

Browse files
[PM-20118] Capitalize risk insights (#14291)
1 parent 9da1560 commit 9cffc3b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

apps/web/src/locales/en/messages.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4073,8 +4073,8 @@
40734073
"updateBrowser": {
40744074
"message": "Update browser"
40754075
},
4076-
"generatingRiskInsights": {
4077-
"message": "Generating your risk insights..."
4076+
"generatingYourRiskInsights": {
4077+
"message": "Generating your Risk Insights..."
40784078
},
40794079
"updateBrowserDesc": {
40804080
"message": "You are using an unsupported web browser. The web vault may not function properly."

bitwarden_license/bit-web/src/app/tools/access-intelligence/risk-insights-loading.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
title="{{ 'loading' | i18n }}"
55
aria-hidden="true"
66
></i>
7-
<h2 bitTypography="h1">{{ "generatingRiskInsights" | i18n }}</h2>
7+
<h2 bitTypography="h1">{{ "generatingYourRiskInsights" | i18n }}</h2>
88
</div>

bitwarden_license/bit-web/src/app/tools/access-intelligence/risk-insights.component.html

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ <h1 bitTypography="h1">{{ "riskInsights" | i18n }}</h1>
88
{{ "reviewAtRiskPasswords" | i18n }}
99
</div>
1010
<div
11+
*ngIf="dataLastUpdated$ | async"
1112
class="tw-bg-primary-100 tw-rounded-lg tw-w-full tw-px-8 tw-py-4 tw-my-4 tw-flex tw-items-center"
1213
>
1314
<i

0 commit comments

Comments
 (0)