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:
@@ -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."
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
title="{{ 'loading' | i18n }}"
|
||||
aria-hidden="true"
|
||||
></i>
|
||||
<h2 bitTypography="h1">{{ "generatingRiskInsights" | i18n }}</h2>
|
||||
<h2 bitTypography="h1">{{ "generatingYourRiskInsights" | i18n }}</h2>
|
||||
</div>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user