This commit is contained in:
2020-03-29 00:47:19 +00:00
parent 4e5435e0f4
commit 408ae6d07d
10 changed files with 140 additions and 35 deletions

View File

@@ -263,7 +263,7 @@ function initForm(vm) {
// Ensures UI translated text is available
//
function fetchTranslatedText(vm) {
var ltKeysRequired = [
var tKeysRequired = [
"HelpAboutAyaNova",
"ClientApp",
"Server",
@@ -287,7 +287,7 @@ function fetchTranslatedText(vm) {
"CurrencyCode"
];
return window.$gz.translation.fetch(ltKeysRequired);
return window.$gz.translation.fetch(tKeysRequired);
}
////////////////////