From f08e00c85d282e00dc5cfefcd17064f35bb40efc Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 24 Jul 2020 19:14:15 +0000 Subject: [PATCH] --- ayanova/src/views/ops-notify-queue.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ayanova/src/views/ops-notify-queue.vue b/ayanova/src/views/ops-notify-queue.vue index 5545a70e..35f6f1c9 100644 --- a/ayanova/src/views/ops-notify-queue.vue +++ b/ayanova/src/views/ops-notify-queue.vue @@ -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"]); } //////////////////////