From 10869a96488bc347f1e32d9cfc900f11113078cf Mon Sep 17 00:00:00 2001 From: Gesina Schwalbe Date: Mon, 28 Dec 2020 21:50:45 +0100 Subject: [PATCH] fixed typo --- src/lang/en.json | 2 +- src/module/config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", }, /**