mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
[PM-20118] Capitalize risk insights (#14291)
This commit is contained in:
@@ -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."
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user