From 1e0eaa9eb1d42bc347c56663cda38e160d531a63 Mon Sep 17 00:00:00 2001 From: kjonosm <51236777+kjonosm@users.noreply.github.com> Date: Tue, 11 Jan 2022 13:55:53 +0100 Subject: [PATCH 1/2] Add strings to castle_type.json --- data/fields/castle_type.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/data/fields/castle_type.json b/data/fields/castle_type.json index ea36ca17d..870b7ec87 100644 --- a/data/fields/castle_type.json +++ b/data/fields/castle_type.json @@ -1,5 +1,18 @@ { "key": "castle_type", "type": "combo", - "label": "Type" + "label": "Type", + "strings": { + "options": { + "defensive": "Defensive castle", + "palace": "Palace", + "stately": "Stately home", + "manor": "Manor house", + "fortress": "Fortress", + "castrum": "Roman fort", + "shiro": "Shiro", + "kremlin": "Kremlin", + "hillfort": "Hillfort" + } + } } From 55b8b253dbcd6eb82bd8a85b68a3bcca8ba98418 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Mon, 17 Jan 2022 19:46:33 +0100 Subject: [PATCH 2/2] title case --- data/fields/castle_type.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/fields/castle_type.json b/data/fields/castle_type.json index 870b7ec87..36182f704 100644 --- a/data/fields/castle_type.json +++ b/data/fields/castle_type.json @@ -4,12 +4,12 @@ "label": "Type", "strings": { "options": { - "defensive": "Defensive castle", + "defensive": "Defensive Castle", "palace": "Palace", - "stately": "Stately home", - "manor": "Manor house", + "stately": "Stately Home", + "manor": "Manor House", "fortress": "Fortress", - "castrum": "Roman fort", + "castrum": "Roman Fort", "shiro": "Shiro", "kremlin": "Kremlin", "hillfort": "Hillfort"