case 4310
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user