From 33e3975de395bbe6a99b9d77fe7b0943ab69c00e Mon Sep 17 00:00:00 2001 From: "ioannis.diplas" Date: Mon, 16 Dec 2019 14:13:33 +0000 Subject: [PATCH] Changing context of sendAdministratorRequestToEnableMetrics email --- .../java/eu/dnetlib/repo/manager/service/EmailUtilsImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/eu/dnetlib/repo/manager/service/EmailUtilsImpl.java b/src/main/java/eu/dnetlib/repo/manager/service/EmailUtilsImpl.java index c08c56b..951f142 100644 --- a/src/main/java/eu/dnetlib/repo/manager/service/EmailUtilsImpl.java +++ b/src/main/java/eu/dnetlib/repo/manager/service/EmailUtilsImpl.java @@ -93,7 +93,7 @@ public class EmailUtilsImpl implements EmailUtils { "\n" + "Repository - " + piwikInfo.getRepositoryName() + ", " + piwikInfo.getCountry() + " (" + piwikInfo.getRepositoryId() + ")\n" + "Requestor - " + piwikInfo.getRequestorName() + ", " + piwikInfo.getRequestorEmail() + "\n" + - "Piwik ID - " + piwikInfo.getSiteId() + "\n" + + "Matomo ID - " + piwikInfo.getSiteId() + "\n" + "Authentication token - " + piwikInfo.getAuthenticationToken() + "\n" + "\n" + "For more information about this request, go here: \n" + @@ -121,7 +121,7 @@ public class EmailUtilsImpl implements EmailUtils { "we have received your request to enable the OpenAIRE usage statistics for your repository\n" + "\n" + "Repository - " + piwikInfo.getRepositoryName() + ", " + piwikInfo.getCountry() + " (" + piwikInfo.getRepositoryId() + ")\n" + - "Piwik ID - " + piwikInfo.getSiteId() + "\n" + + "Matomo ID - " + piwikInfo.getSiteId() + "\n" + "Authentication token - " + piwikInfo.getAuthenticationToken() + "\n" + "\n" + "In order to enable the usage statistics, you must install the OpenAIRE's tracking code in your repository software. " +