Skip to content

Commit

Permalink
remove blocked URI indicator for suggestions section
Browse files Browse the repository at this point in the history
  • Loading branch information
jprusik committed Jan 7, 2025
1 parent e70157e commit 580bf9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions apps/browser/src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2345,9 +2345,6 @@
"autofillBlockedNoticeGuidance": {
"message": "Change this in settings"
},
"autofillBlockedTooltip": {
"message": "The current page is a blocked domain. Change this in settings"
},
"websiteItemLabel": {
"message": "Website $number$ (URI)",
"placeholders": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
<bit-section-header>
<h2 bitTypography="h6">
{{ title }}
<i
*ngIf="autofillURIIsBlocked"
class="bwi bwi-info-circle"
[appA11yTitle]="'autofillBlockedTooltip' | i18n"
></i>
</h2>
<button
*ngIf="showRefresh"
Expand Down

0 comments on commit 580bf9f

Please sign in to comment.