1
0
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:
Miles Blackwood
2025-02-19 17:07:47 -05:00
committed by GitHub
parent b1a9955c7e
commit 3997a75741
2 changed files with 14 additions and 1 deletions

View File

@@ -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"
}, },

View File

@@ -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>