This commit is contained in:
@@ -149,9 +149,7 @@ function initForm(vm) {
|
||||
//
|
||||
// Ensures UI translated text is available
|
||||
//
|
||||
function fetchTranslatedText(vm) {
|
||||
let tKeysRequired = ["ServerProfiler"];
|
||||
|
||||
return window.$gz.translation.cacheTranslations(tKeysRequired);
|
||||
async function fetchTranslatedText(vm) {
|
||||
await window.$gz.translation.cacheTranslations(["ServerProfiler"]);
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user