From eecb68f2e427947e650513a41e5cfc3c97935b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=BCttner?= Date: Sat, 15 Apr 2023 00:03:34 +0200 Subject: [PATCH] Change translation display userLanguage option default value to proper boolean (#18199) --- app/src/displays/translations/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/displays/translations/index.ts b/app/src/displays/translations/index.ts index 115b74d058..feb1d5f657 100644 --- a/app/src/displays/translations/index.ts +++ b/app/src/displays/translations/index.ts @@ -147,7 +147,7 @@ export default defineDisplay({ name: '$t:displays.translations.user_language', type: 'string', schema: { - default_value: 'false', + default_value: false, }, meta: { interface: 'boolean',