diff --git a/src/lang/en.json b/src/lang/en.json index 81898fbd..6f8526d1 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -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", diff --git a/src/module/config.ts b/src/module/config.ts index 9a6e1744..07c97ca1 100644 --- a/src/module/config.ts +++ b/src/module/config.ts @@ -29,7 +29,7 @@ export const DS4 = { city: "DS4.ItemAvailabilityCity", elves: "DS4.ItemAvailabilityElves", dwarves: "DS4.ItemAvailabilityDwarves", - nowhere: "DS4.ItemAvailabilityNoWhere", + nowhere: "DS4.ItemAvailabilityNowhere", }, /**