mirror of
https://github.com/FranP-code/wii-shop-extension.git
synced 2025-10-12 23:52:52 +00:00
Fix typo
This commit is contained in:
@@ -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'
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user