fixed typo

This commit is contained in:
Gesina Schwalbe 2020-12-28 21:50:45 +01:00
parent e0d8e42812
commit 10869a9648
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
"DS4.ItemAvailabilityElves": "Elves",
"DS4.ItemAvailabilityDwarves": "Dwarves",
"DS4.ItemAvailabilityUnset": "Unset",
"DS4.ItemAvailabilityNoWhere": "NoWhere",
"DS4.ItemAvailabilityNowhere": "Nowhere",
"DS4.ItemTypeWeapon": "Weapon",
"DS4.ItemTypeArmor": "Armor",
"DS4.ItemTypeShield": "Shield",

View file

@ -29,7 +29,7 @@ export const DS4 = {
city: "DS4.ItemAvailabilityCity",
elves: "DS4.ItemAvailabilityElves",
dwarves: "DS4.ItemAvailabilityDwarves",
nowhere: "DS4.ItemAvailabilityNoWhere",
nowhere: "DS4.ItemAvailabilityNowhere",
},
/**