From e09827f1a0c4c6d33900326dad892af9813c6f29 Mon Sep 17 00:00:00 2001 From: othaime-en <61498231+othaime-en@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:41:54 +0300 Subject: [PATCH] Fix JSON formatting in en.default.schema.json There's a trailing comma after the "text_style" object in the `options` section. --- locales/en.default.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.default.schema.json b/locales/en.default.schema.json index 2dfbc2f7d..712158cf7 100644 --- a/locales/en.default.schema.json +++ b/locales/en.default.schema.json @@ -72,6 +72,6 @@ "title": "Title", "subtitle": "Subtitle", "normal": "Normal text" - }, + } } }