diff --git a/ayanova/src/views/adm-global-settings.vue b/ayanova/src/views/adm-global-settings.vue index 3d4085a9..a0e44337 100644 --- a/ayanova/src/views/adm-global-settings.vue +++ b/ayanova/src/views/adm-global-settings.vue @@ -326,7 +326,7 @@ -
+
{{ $ay.t("NotifySubscriptionList") }}
@@ -494,7 +494,7 @@
- {{ $ay.t("NotifyEventWOCreatedForCustomer") }} + {{ $ay.t("NotifyEventWorkorderCreatedForCustomer") }}
@@ -896,7 +896,7 @@ async function fetchTranslatedText(vm) { "NotifyEventCustomerServiceImminent", "NotifyEventCSRAccepted", "NotifyEventCSRRejected", - "NotifyEventWOCreatedForCustomer" + "NotifyEventWorkorderCreatedForCustomer" ]); }