From 91a73624953501bcb67f46e137fad068403e4603 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Thu, 23 Nov 2023 19:17:12 +0200 Subject: [PATCH] Update description --- config/config-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config-schema.json b/config/config-schema.json index ddb1276..cdd2eda 100644 --- a/config/config-schema.json +++ b/config/config-schema.json @@ -9,7 +9,7 @@ "language": { "type": "string", "enum": ["en", "fi"], - "description": "The language of the application. Currently supported languages are 'en', 'fi'" + "description": "The language of the application. Currently supported languages are English (en) and Finnish (fi)" }, "timestampFormat": { "type": "string",