mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1884370
- drop confusing label from DoH settings, r=mossop,settings-reviewers,desktop-theme-reviewers,Itiel
Differential Revision: https://phabricator.services.mozilla.com/D205345
This commit is contained in:
parent
fb56a33b78
commit
eb6cb77183
@ -1182,21 +1182,18 @@
|
||||
<label class="doh-status-label" id="dohResolver"/>
|
||||
<label class="doh-status-label" id="dohSteeringStatus" data-l10n-id="preferences-doh-steering-status" hidden="true"/>
|
||||
</vbox>
|
||||
<hbox id="dohExceptionBox">
|
||||
<label flex="1" data-l10n-id="preferences-doh-exceptions-description"/>
|
||||
<button id="dohExceptionsButton"
|
||||
is="highlightable-button"
|
||||
class="accessory-button"
|
||||
data-l10n-id="preferences-doh-manage-exceptions"
|
||||
search-l10n-ids="
|
||||
permissions-doh-entry-field,
|
||||
permissions-doh-add-exception.label,
|
||||
permissions-doh-remove.label,
|
||||
permissions-doh-remove-all.label,
|
||||
permissions-exceptions-doh-window.title,
|
||||
permissions-exceptions-manage-doh-desc,
|
||||
"/>
|
||||
</hbox>
|
||||
<button id="dohExceptionsButton"
|
||||
is="highlightable-button"
|
||||
class="accessory-button"
|
||||
data-l10n-id="preferences-doh-manage-exceptions"
|
||||
search-l10n-ids="
|
||||
permissions-doh-entry-field,
|
||||
permissions-doh-add-exception.label,
|
||||
permissions-doh-remove.label,
|
||||
permissions-doh-remove-all.label,
|
||||
permissions-exceptions-doh-window.title,
|
||||
permissions-exceptions-manage-doh-desc,
|
||||
"/>
|
||||
<vbox>
|
||||
<label><html:h2 id="dohGroupMessage" data-l10n-id="preferences-doh-group-message2"/></label>
|
||||
<vbox id="dohCategories">
|
||||
|
@ -1595,8 +1595,6 @@ preferences-doh-checkbox-warn =
|
||||
|
||||
preferences-doh-select-resolver = Choose provider:
|
||||
|
||||
preferences-doh-exceptions-description = { -brand-short-name } won’t use secure DNS on these sites
|
||||
|
||||
preferences-doh-manage-exceptions =
|
||||
.label = Manage Exceptions…
|
||||
.accesskey = x
|
||||
|
@ -259,6 +259,10 @@
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
#dohExceptionsButton {
|
||||
align-self: end;
|
||||
}
|
||||
|
||||
.content-blocking-warning-image {
|
||||
list-style-image: url("chrome://global/skin/icons/warning.svg");
|
||||
width: 16px;
|
||||
|
Loading…
Reference in New Issue
Block a user