This commit is contained in:
2021-06-15 19:41:05 +00:00
parent 7529fd610a
commit 64bd0d85b6

View File

@@ -326,7 +326,7 @@
<!-- ######################################################## --> <!-- ######################################################## -->
<v-col cols="12"> <v-col cols="12">
<div class="text-h6"> <div class="text-h6 mb-8">
{{ $ay.t("NotifySubscriptionList") }} {{ $ay.t("NotifySubscriptionList") }}
</div> </div>
<div class="text-subtitle-1"> <div class="text-subtitle-1">
@@ -494,7 +494,7 @@
<!-- ######################################################## --> <!-- ######################################################## -->
<v-col cols="12"> <v-col cols="12">
<div class="text-subtitle-1"> <div class="text-subtitle-1">
{{ $ay.t("NotifyEventWOCreatedForCustomer") }} {{ $ay.t("NotifyEventWorkorderCreatedForCustomer") }}
</div> </div>
</v-col> </v-col>
<v-col cols="12" sm="6" lg="4" xl="3"> <v-col cols="12" sm="6" lg="4" xl="3">
@@ -896,7 +896,7 @@ async function fetchTranslatedText(vm) {
"NotifyEventCustomerServiceImminent", "NotifyEventCustomerServiceImminent",
"NotifyEventCSRAccepted", "NotifyEventCSRAccepted",
"NotifyEventCSRRejected", "NotifyEventCSRRejected",
"NotifyEventWOCreatedForCustomer" "NotifyEventWorkorderCreatedForCustomer"
]); ]);
} }
</script> </script>