From 3fc26521d43593bce63f35a9fcf14fa262c96271 Mon Sep 17 00:00:00 2001 From: Brad Decker Date: Thu, 2 Feb 2023 15:24:48 -0600 Subject: [PATCH] initialize currentLocale in the locale slice upon app start (#17579) --- ui/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/index.js b/ui/index.js index 40f175ec6..2422b1fb4 100644 --- a/ui/index.js +++ b/ui/index.js @@ -90,6 +90,7 @@ async function startApp(metamaskState, backgroundConnection, opts) { appState: {}, localeMessages: { + currentLocale: metamaskState.currentLocale, current: currentLocaleMessages, en: enLocaleMessages, },