diff --git a/_locales/en/messages.json b/_locales/en/messages.json index f0d66282..9f2e1a81 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -316,7 +316,10 @@ "description": "Label for the button to enable a style" }, "excludeStyleByDomainLabel": { - "message": "Exclude this site" + "message": "Exclude by current domain" + }, + "excludeStyleBySiteLabel": { + "message": "Exclude the entire site" }, "excludeStyleByUrlLabel": { "message": "Exclude by current URL-prefix" diff --git a/popup.html b/popup.html index c9d4f720..d4727f04 100644 --- a/popup.html +++ b/popup.html @@ -48,6 +48,15 @@