1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +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": { "updateBrowser": {
"message": "Update browser" "message": "Update browser"
}, },
"generatingRiskInsights": { "generatingYourRiskInsights": {
"message": "Generating your risk insights..." "message": "Generating your Risk Insights..."
}, },
"updateBrowserDesc": { "updateBrowserDesc": {
"message": "You are using an unsupported web browser. The web vault may not function properly." "message": "You are using an unsupported web browser. The web vault may not function properly."

View File

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

View File

@@ -8,6 +8,7 @@
{{ "reviewAtRiskPasswords" | i18n }} {{ "reviewAtRiskPasswords" | i18n }}
</div> </div>
<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" 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 <i