case 4310

This commit is contained in:
2022-11-20 23:58:03 +00:00
parent 1db0fa188c
commit 12008dea88

View File

@@ -435,6 +435,10 @@ function populateEventTypeList(vm) {
14: { 14: {
name: vm.$ay.t("EventUtilityFileDownload"), name: vm.$ay.t("EventUtilityFileDownload"),
icon: "$ayiFileDownload" icon: "$ayiFileDownload"
},
15: {
name: vm.$ay.t("NotifyEventDirectSMTPMessage"),
icon: "$ayiBullhorn"
} }
}; };
} }
@@ -459,7 +463,8 @@ async function fetchTranslatedText() {
"EventSeedDatabase", "EventSeedDatabase",
"EventResetSerial", "EventResetSerial",
"EventUtilityFileDownload", "EventUtilityFileDownload",
"Activity" "Activity",
"NotifyEventDirectSMTPMessage"
]); ]);
} }
</script> </script>