fix(bgs): revert wording change and tokenize

This commit is contained in:
SabreCat
2022-04-21 16:22:36 -05:00
parent dfe53e8b68
commit 4c1c00b0a3
2 changed files with 2 additions and 1 deletions

View File

@@ -159,7 +159,7 @@
<toggle-switch <toggle-switch
v-model="filterBackgrounds" v-model="filterBackgrounds"
class="backgroundFilterToggle" class="backgroundFilterToggle"
:label="'Show Unlocked Backgrounds'" :label="$t('hideLockedBackgrounds')"
/> />
</div> </div>
<div <div

View File

@@ -3,6 +3,7 @@
"background": "Background", "background": "Background",
"backgroundShop": "Background Shop", "backgroundShop": "Background Shop",
"noBackground": "No Background Selected", "noBackground": "No Background Selected",
"hideLockedBackgrounds": "Hide locked backgrounds",
"backgrounds062014": "SET 1: Released June 2014", "backgrounds062014": "SET 1: Released June 2014",
"backgroundBeachText": "Beach", "backgroundBeachText": "Beach",