diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pages/background/background.js | 2 | ||||
-rw-r--r-- | src/pages/options/options.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/pages/background/background.js b/src/pages/background/background.js index 2060395c..0b039180 100644 --- a/src/pages/background/background.js +++ b/src/pages/background/background.js @@ -35,7 +35,7 @@ const simplyTranslateInstances = googleTranslateHelper.redirects; const simplyTranslateDefault = simplyTranslateInstances[0]; const googleTranslateDomains = googleTranslateHelper.targets; const wikipediaInstances = wikipediaHelper.redirects; -const wikipediaDefault = simplyTranslateInstances[0]; +const wikipediaDefault = wikipediaInstances[0]; const wikipediaRegex = wikipediaHelper.targets; let disableNitter; diff --git a/src/pages/options/options.html b/src/pages/options/options.html index 4e6bc84e..15d1c64e 100644 --- a/src/pages/options/options.html +++ b/src/pages/options/options.html @@ -267,8 +267,8 @@ /> </div> </section> - <section class="settings-block"> - <h1 data-localise="__MSG_simplyTranslateInstance__">SimplyTranslate Instance</h1> + <section class="settings-block"> + <h1 data-localise="__MSG_simplyTranslateInstance__">SimplyTranslate Instance</h1> <div class="autocomplete"> <input id="simply-translate-instance" |