mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
Add learnMoreAboutBlockedDomains translation key and append to desc. (#13358)
* Add learnMoreAboutBlockedDomains translation key and append to desc. * Update apps/browser/src/autofill/popup/settings/blocked-domains.component.html Co-authored-by: Jonathan Prusik <jprusik@users.noreply.github.com> * Prettier lint fix anchor multiple lines. --------- Co-authored-by: Jonathan Prusik <jprusik@users.noreply.github.com>
This commit is contained in:
@@ -2345,6 +2345,9 @@
|
|||||||
"blockedDomains": {
|
"blockedDomains": {
|
||||||
"message": "Blocked domains"
|
"message": "Blocked domains"
|
||||||
},
|
},
|
||||||
|
"learnMoreAboutBlockedDomains": {
|
||||||
|
"message": "Learn more about blocked domains"
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Excluded domains"
|
"message": "Excluded domains"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -6,7 +6,17 @@
|
|||||||
</popup-header>
|
</popup-header>
|
||||||
|
|
||||||
<div class="tw-bg-background-alt">
|
<div class="tw-bg-background-alt">
|
||||||
<p>{{ "blockedDomainsDesc" | i18n }}</p>
|
<bit-section>
|
||||||
|
<p class="tw-m-0">{{ "blockedDomainsDesc" | i18n }}</p>
|
||||||
|
<a
|
||||||
|
bitLink
|
||||||
|
linkType="primary"
|
||||||
|
rel="noreferrer"
|
||||||
|
target="_blank"
|
||||||
|
href="https://bitwarden.com/help/blocking-uris/"
|
||||||
|
>{{ "learnMoreAboutBlockedDomains" | i18n }}</a
|
||||||
|
>
|
||||||
|
</bit-section>
|
||||||
<bit-section *ngIf="!isLoading">
|
<bit-section *ngIf="!isLoading">
|
||||||
<bit-section-header>
|
<bit-section-header>
|
||||||
<h2 bitTypography="h6">{{ "domainsTitle" | i18n }}</h2>
|
<h2 bitTypography="h6">{{ "domainsTitle" | i18n }}</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user