Project

General

Profile

« Previous | Next » 

Revision 57892

Changing context of sendAdministratorRequestToEnableMetrics email

View differences:

EmailUtilsImpl.java
93 93
                    "\n" +
94 94
                    "Repository - " + piwikInfo.getRepositoryName() + ", " + piwikInfo.getCountry() + " (" + piwikInfo.getRepositoryId() + ")\n" +
95 95
                    "Requestor - " + piwikInfo.getRequestorName() + ", " + piwikInfo.getRequestorEmail() + "\n" +
96
                    "Piwik ID - " + piwikInfo.getSiteId() + "\n" +
96
                    "Matomo ID - " + piwikInfo.getSiteId() + "\n" +
97 97
                    "Authentication token - " + piwikInfo.getAuthenticationToken() + "\n" +
98 98
                    "\n" +
99 99
                    "For more information about this request, go here: \n" +
......
121 121
                    "we have received your request to enable the OpenAIRE usage statistics for your repository\n" +
122 122
                    "\n" +
123 123
                    "Repository - " + piwikInfo.getRepositoryName() + ", " + piwikInfo.getCountry() + " (" + piwikInfo.getRepositoryId() + ")\n" +
124
                    "Piwik ID - " + piwikInfo.getSiteId() + "\n" +
124
                    "Matomo ID - " + piwikInfo.getSiteId() + "\n" +
125 125
                    "Authentication token - " + piwikInfo.getAuthenticationToken() + "\n" +
126 126
                    "\n" +
127 127
                    "In order to enable the usage statistics, you must install the OpenAIRE's tracking code in your repository software. " +

Also available in: Unified diff