diff options
Diffstat (limited to 'src/pages/popup/popup.html')
-rw-r--r-- | src/pages/popup/popup.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index 4514cafe..c9105f61 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -142,11 +142,7 @@ <tbody> <tr> <td> - <h1 - data-localise="__MSG_disableSearchEngine__" - class="new-badge" - data-new-badge - > + <h1 data-localise="__MSG_disableSearchEngine__"> Search Engine Redirects </h1> </td> @@ -183,7 +179,10 @@ id="disable-simplyTranslate" type="checkbox" /> - <label for="disable-simplyTranslate" class="checkbox-label"></label> + <label + for="disable-simplyTranslate" + class="checkbox-label" + ></label> </td> </tr> </tbody> |