mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
fix(bgs): revert wording change and tokenize
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user