This commit is contained in:
2020-10-06 16:28:20 +00:00
parent 7f63c66e67
commit 85138a3b27
2 changed files with 9 additions and 1 deletions

View File

@@ -412,7 +412,7 @@ function populateEventTypeList(vm) {
1: { name: vm.$ay.t("EventCreated"), icon: "$ayiPlus" },
2: {
name: vm.$ay.t("EventRetrieved"),
icon: "fa-envelope-open-text"
icon: "$ayiEnvelopeOpenText"
},
3: { name: vm.$ay.t("EventModified"), icon: "$ayiSave" },
4: {