mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix(bgs): revert wording change and tokenize
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
<toggle-switch
|
||||
v-model="filterBackgrounds"
|
||||
class="backgroundFilterToggle"
|
||||
:label="'Show Unlocked Backgrounds'"
|
||||
:label="$t('hideLockedBackgrounds')"
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"background": "Background",
|
||||
"backgroundShop": "Background Shop",
|
||||
"noBackground": "No Background Selected",
|
||||
"hideLockedBackgrounds": "Hide locked backgrounds",
|
||||
|
||||
"backgrounds062014": "SET 1: Released June 2014",
|
||||
"backgroundBeachText": "Beach",
|
||||
|
||||
Reference in New Issue
Block a user