From 4ba7371e96b50c07692d5a157c870ba055726ece Mon Sep 17 00:00:00 2001 From: Corbin Davenport Date: Sun, 23 Jan 2022 02:31:33 -0500 Subject: [PATCH] Fix typo --- js/popup.js | 4 ++-- popup.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/popup.js b/js/popup.js index 3eb9fa1..8b440c0 100644 --- a/js/popup.js +++ b/js/popup.js @@ -12,9 +12,9 @@ chrome.storage.local.get({ }, function (data) { document.querySelector('#music-picker').value = data.music if (data.musicEnabled) { - document.getElementById('music-toggle').innerText = 'Turn off music' + document.getElementById('music-toggle').innerText = 'Turn off background music' } else { - document.getElementById('music-toggle').innerText = 'Turn on music' + document.getElementById('music-toggle').innerText = 'Turn on background music' } }) diff --git a/popup.html b/popup.html index f79d512..bef3631 100644 --- a/popup.html +++ b/popup.html @@ -29,7 +29,7 @@
-
This toggles background music playback. You may need to switch tabs to take
+
You may need to switch tabs for this to take effect.