mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 20:28:53 +00:00
fix(backgrounds): Frigid, not Snowy, Peak
This commit is contained in:
parent
0bfc5b37c0
commit
285ff6228c
3 changed files with 5 additions and 5 deletions
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
|
|
@ -60,8 +60,8 @@
|
|||
"backgrounds012015": "SET 8: Released January 2015",
|
||||
"backgroundIceCaveText": "Ice Cave",
|
||||
"backgroundIceCaveNotes": "Descend into an Ice Cave.",
|
||||
"backgroundSnowyPeakText": "Snowy Peak",
|
||||
"backgroundSnowyPeakNotes": "Summit a Snowy Peak.",
|
||||
"backgroundFrigidPeakText": "Frigid Peak",
|
||||
"backgroundFrigidPeakNotes": "Summit a Frigid Peak.",
|
||||
"backgroundSnowyPinesText": "Snowy Pines",
|
||||
"backgroundSnowyPinesNotes": "Shelter amid Snowy Pines."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1465,9 +1465,9 @@ api.backgrounds =
|
|||
ice_cave:
|
||||
text: t('backgroundIceCaveText')
|
||||
notes: t('backgroundIceCaveNotes')
|
||||
snowy_peak:
|
||||
text: t('backgroundSnowyPeakText')
|
||||
notes: t('backgroundSnowyPeakNotes')
|
||||
frigid_peak:
|
||||
text: t('backgroundFrigidPeakText')
|
||||
notes: t('backgroundFrigidPeakNotes')
|
||||
snowy_pines:
|
||||
text: t('backgroundSnowyPinesText')
|
||||
notes: t('backgroundSnowyPinesNotes')
|
||||
|
|
|
|||
Loading…
Reference in a new issue