From d83fd91d6293386867cc908f05b5f3f4d95a7053 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Mon, 20 Dec 2021 20:14:36 +0100 Subject: [bug] typo this was failing for non-en locales - Resolves: #590 --- gui/components/Splash.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/components/Splash.qml b/gui/components/Splash.qml index 2d0adc4..69ae64d 100644 --- a/gui/components/Splash.qml +++ b/gui/components/Splash.qml @@ -152,7 +152,7 @@ Page { textLocale = m.text[k].str break } else if (m.text[k].lang == "en") { - testEn = m.text[k].str + textEn = m.text[k].str } } break -- cgit v1.2.3