From 8d3387865acadc3584f9a250b26ae804e87fb53e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 14 Oct 2023 13:14:21 +0200 Subject: [PATCH] fix(otis): Syntax errors in en.json --- designs/otis/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/designs/otis/i18n/en.json b/designs/otis/i18n/en.json index 92e11cb7ac2..7dbaf3b1927 100644 --- a/designs/otis/i18n/en.json +++ b/designs/otis/i18n/en.json @@ -16,7 +16,7 @@ "bindingNeckFront.t": "The Front Neck Binding is not shown", "bindingNeckFront.d": "The **Front Neck Binding** is a rectangular piece of fabric {{{ width }}} wide and {{{ length }}} long.", "bindingLeg.t": "The Leg Binding is not shown", - "bindingLeg.d": "The **Leg Binding** is a rectangular piece of fabric {{{ width }}} wide and {{{ length }}} long.", + "bindingLeg.d": "The **Leg Binding** is a rectangular piece of fabric {{{ width }}} wide and {{{ length }}} long." }, "o": { "binding": { @@ -46,6 +46,6 @@ "snapPlacket": { "t": "Snap Placket", "d": "This option controls the depth of the placket that holds the snaps. " - }, + } } }