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

[PM-20118] Capitalize risk insights (#14291)

This commit is contained in:
Vijay Oommen
2025-04-16 08:16:40 -05:00
committed by GitHub
parent 9da15601be
commit 9cffc3b4f4
3 changed files with 4 additions and 3 deletions

View File

@@ -4073,8 +4073,8 @@
"updateBrowser": {
"message": "Update browser"
},
"generatingRiskInsights": {
"message": "Generating your risk insights..."
"generatingYourRiskInsights": {
"message": "Generating your Risk Insights..."
},
"updateBrowserDesc": {
"message": "You are using an unsupported web browser. The web vault may not function properly."

View File

@@ -4,5 +4,5 @@
title="{{ 'loading' | i18n }}"
aria-hidden="true"
></i>
<h2 bitTypography="h1">{{ "generatingRiskInsights" | i18n }}</h2>
<h2 bitTypography="h1">{{ "generatingYourRiskInsights" | i18n }}</h2>
</div>

View File

@@ -8,6 +8,7 @@
{{ "reviewAtRiskPasswords" | i18n }}
</div>
<div
*ngIf="dataLastUpdated$ | async"
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"
>
<i