diff --git a/apps/web/src/app/tools/reports/pages/breach-report.component.html b/apps/web/src/app/tools/reports/pages/breach-report.component.html
index 51191ddf2d0..ca5c60fc846 100644
--- a/apps/web/src/app/tools/reports/pages/breach-report.component.html
+++ b/apps/web/src/app/tools/reports/pages/breach-report.component.html
@@ -24,12 +24,12 @@
{{ "reportError" | i18n }}...
-
+
{{ "breachUsernameNotFound" | i18n: checkedUsername }}
-
-
+
+
{{ "breachUsernameFound" | i18n: checkedUsername : breachedAccounts.length }}
-
+
-
diff --git a/apps/web/src/app/tools/reports/pages/unsecured-websites-report.component.html b/apps/web/src/app/tools/reports/pages/unsecured-websites-report.component.html
index ced0ff9731d..bcb0db296f4 100644
--- a/apps/web/src/app/tools/reports/pages/unsecured-websites-report.component.html
+++ b/apps/web/src/app/tools/reports/pages/unsecured-websites-report.component.html
@@ -11,13 +11,13 @@
{{ "loading" | i18n }}
-
+
{{ "noUnsecuredWebsites" | i18n }}
-
+
-
+
{{ "unsecuredWebsitesFoundReportDesc" | i18n: (ciphers.length | number) : vaultMsg }}
-
+
-
-
+
+
|
{{ "name" | i18n }} |
{{ "owner" | i18n }} |
-
-
-
-
-
+
+
+
+ |
+
|
- {{
- c.name
+ {{
+ r.name
}}
-
+
{{ "shared" | i18n }}
-
+
{{ "attachments" | i18n }}
- {{ c.subTitle }}
+ {{ r.subTitle }}
|
|
- |
-
+
+