mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 02:02:19 +00:00
fix(bgs): revert wording change and tokenize
This commit is contained in:
parent
dfe53e8b68
commit
4c1c00b0a3
2 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue