This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
////////////////////
|
||||
|
||||
Reference in New Issue
Block a user