diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-12-20 20:14:36 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-12-20 20:14:44 +0100 |
commit | d83fd91d6293386867cc908f05b5f3f4d95a7053 (patch) | |
tree | b91501cccfbef4049cf89fbee094e2b809f5c36e /gui/components/Splash.qml | |
parent | 13d03856584f6e495c5480688fb8ed0d894254c7 (diff) |
[bug] typo
this was failing for non-en locales
- Resolves: #590
Diffstat (limited to 'gui/components/Splash.qml')
-rw-r--r-- | gui/components/Splash.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |