This commit is contained in:
2020-07-24 19:14:15 +00:00
parent 2a575df6e6
commit f08e00c85d

View File

@@ -243,7 +243,7 @@ async function initForm(vm) {
// Ensures UI translated text is available
//
async function fetchTranslatedText(vm) {
await window.$gz.translation.cacheTranslations([]);
await window.$gz.translation.cacheTranslations(["NotifyEventType"]);
}
//////////////////////