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:
authorsgiehl <stefan@piwik.org>2013-09-25 18:13:18 +0400
committersgiehl <stefan@piwik.org>2013-09-25 18:13:18 +0400
commit93886727f72338fcb311bd8a98991c01af29a81f (patch)
tree18b9b997d37866d0485f7e6d877bf1d691add620 /plugins/PDFReports
parent4f962132c938b83dfdd9290698d748c225883e88 (diff)
fixed translation key
Diffstat (limited to 'plugins/PDFReports')
-rw-r--r--plugins/PDFReports/templates/index.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PDFReports/templates/index.twig b/plugins/PDFReports/templates/index.twig
index f5f2f779a5..85190b7b7a 100644
--- a/plugins/PDFReports/templates/index.twig
+++ b/plugins/PDFReports/templates/index.twig
@@ -10,7 +10,7 @@
<div class="centerLargeDiv">
<h2>{{ 'ScheduledReports_ManageEmailReports'|translate }}</h2>
- <span class="ajaxSuccess reportSentSuccess" style="display:none;">{{ 'ReportSent'|translate }}!</span>
+ <span class="ajaxSuccess reportSentSuccess" style="display:none;">{{ 'ScheduledReports_ReportSent'|translate }}!</span>
<div class="entityContainer">
{% import 'ajaxMacros.twig' as ajax %}