diff --git a/src/translation/en.json b/src/translation/en.json index 1e8c8d9dc..16c011793 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -570,7 +570,7 @@ "solrNotRunning": "Not Running" }, "eventlog": { - "title": "Event Log", + "title": "Email Event Log", "time": "Time", "details": "Details", "empty": "Event Log is empty.", @@ -626,7 +626,8 @@ "enableSolrCheckbox": "Enable Full Text Search using Solr", "notEnoughMemory": "Please allocate at least 3GB to the mail service to enable solr." }, - "typeFilterHeader": "All Events" + "typeFilterHeader": "All Events", + "eventlogActionTooltip": "Email Event Log" }, "network": { "title": "Network", diff --git a/src/views/emails-eventlog.html b/src/views/emails-eventlog.html index 09ccdc947..4d1b4b87a 100644 --- a/src/views/emails-eventlog.html +++ b/src/views/emails-eventlog.html @@ -5,7 +5,7 @@