Skip to content
Snippets Groups Projects
Unverified Commit d83fd91d authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[bug] typo

this was failing for non-en locales

- Resolves: #590
parent 13d03856
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment