From ab6e02a7a6a8515232cc28522805c6e977c76d49 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Mon, 18 Jan 2021 19:34:03 +0100 Subject: [PATCH] fix typo --- src/lang/de.json | 2 +- src/lang/en.json | 2 +- src/module/config.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lang/de.json b/src/lang/de.json index c457a382..50c3ff9e 100644 --- a/src/lang/de.json +++ b/src/lang/de.json @@ -145,7 +145,7 @@ "DS4.CharacterProfileBirthplace": "Geburtsort", "DS4.CharacterProfileAge": "Alter", "DS4.CharacterProfileHeight": "Größe", - "DS4.ProfilEHairColor": "Haarfarbe", + "DS4.ProfileHairColor": "Haarfarbe", "DS4.CharacterProfileWeight": "Gewicht", "DS4.CharacterProfileEyeColor": "Augenfarbe", "DS4.CharacterProfileSpecialCharacteristics": "Besondere Eigenschaften", diff --git a/src/lang/en.json b/src/lang/en.json index c1f9b2fb..42e267aa 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -145,7 +145,7 @@ "DS4.CharacterProfileBirthplace": "Birthplace", "DS4.CharacterProfileAge": "Age", "DS4.CharacterProfileHeight": "Height", - "DS4.ProfilEHairColor": "Hair Color", + "DS4.ProfileHairColor": "Hair Color", "DS4.CharacterProfileWeight": "Weight", "DS4.CharacterProfileEyeColor": "Eye Color", "DS4.CharacterProfileSpecialCharacteristics": "Special Characteristics", diff --git a/src/module/config.ts b/src/module/config.ts index 83b1ca79..1d5740a6 100644 --- a/src/module/config.ts +++ b/src/module/config.ts @@ -204,7 +204,7 @@ export const DS4 = { birthplace: "DS4.CharacterProfileBirthplace", age: "DS4.CharacterProfileAge", height: "DS4.CharacterProfileHeight", - hairColor: "DS4.ProfilEHairColor", + hairColor: "DS4.ProfileHairColor", weight: "DS4.CharacterProfileWeight", eyeColor: "DS4.CharacterProfileEyeColor", specialCharacteristics: "DS4.CharacterProfileSpecialCharacteristics",