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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-12-27 06:15:41 +0300
committerGitHub <noreply@github.com>2016-12-27 06:15:41 +0300
commitfe904148aa813519f3dfea691492ea6eb479a42d (patch)
treec3a6d42cb1738287f0d223a7d1766ad5985e67a2 /plugins/Feedback
parentc04455decb2b4304f93dbc76691237ae8123eb2c (diff)
Fix message stating Piwik 3 (#11084)
* Fix message stating Piwik 3 * String not used * typo
Diffstat (limited to 'plugins/Feedback')
-rw-r--r--plugins/Feedback/templates/index.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Feedback/templates/index.twig b/plugins/Feedback/templates/index.twig
index 80d7d0350f..0bc68d2141 100644
--- a/plugins/Feedback/templates/index.twig
+++ b/plugins/Feedback/templates/index.twig
@@ -11,7 +11,7 @@
<div piwik-content-block
content-title="{{ headline|e('html_attr') }}"
feature="{{ 'General_Help'|translate|e('html_attr') }}">
- <p>{{ 'General_PiwikIsACollaborativeProjectYouCanContributeAndDonate'|translate(
+ <p>{{ 'General_PiwikIsACollaborativeProjectYouCanContributeAndDonateNextRelease'|translate(
"<a href='?module=Proxy&action=redirect&url=http://piwik.org' target='_blank'>",
"</a>",
"<a target='_blank' href='?module=Proxy&action=redirect&url=http://piwik.org/get-involved/'>",