Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CoreUpdater/UpdateCommunication.php')
-rw-r--r--plugins/CoreUpdater/UpdateCommunication.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CoreUpdater/UpdateCommunication.php b/plugins/CoreUpdater/UpdateCommunication.php
index d39f44c111..971bd16fa0 100644
--- a/plugins/CoreUpdater/UpdateCommunication.php
+++ b/plugins/CoreUpdater/UpdateCommunication.php
@@ -79,6 +79,8 @@ class UpdateCommunication
$message .= "\n\n";
}
+ $message .= Piwik::translate('CoreUpdater_ReceiveEmailBecauseIsSuperUser', $host);
+ $message .= "\n\n";
$message .= Piwik::translate('CoreUpdater_FeedbackRequest');
$message .= "\n";
$message .= 'http://piwik.org/contact/';