diff --git a/app/core/modules/info/get-display.ts b/app/core/modules/info/get-display.ts index c5cb1e930..ff4eaa62a 100644 --- a/app/core/modules/info/get-display.ts +++ b/app/core/modules/info/get-display.ts @@ -53,7 +53,7 @@ export const getDisplay = async function (context: CoreContext): Promise critical: Number.parseInt(display.critical, 10), hot: Number.parseInt(display.hot, 10), max: Number.parseInt(display.max, 10), - locale: display ?? 'en_us' + locale: display.locale ?? 'en_us' }; return {