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:
authorKate Butler <kate@innocraft.com>2019-06-20 06:01:01 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-06-20 06:01:00 +0300
commitda42577bf0bf5c3301b75513c982e9b36af8cf44 (patch)
tree907fc560401f2463ea3fb6a7b6bdb0e076ded68c /plugins/Feedback
parent4fc073e863c97bbb699213561d8d1c5c16c76792 (diff)
Fix translation error in Feedback plugin (#14545)
* Fix translation error in Feedback plugin * Fix spec setup error which prevents screenshot tests from running
Diffstat (limited to 'plugins/Feedback')
-rw-r--r--plugins/Feedback/Feedback.php2
-rw-r--r--plugins/Feedback/tests/UI/FeedbackPopup_spec.js2
2 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Feedback/Feedback.php b/plugins/Feedback/Feedback.php
index b33a65efe4..96014b6263 100644
--- a/plugins/Feedback/Feedback.php
+++ b/plugins/Feedback/Feedback.php
@@ -61,6 +61,8 @@ class Feedback extends \Piwik\Plugin
$translationKeys[] = 'Feedback_RateFeatureSendFeedbackInformation';
$translationKeys[] = 'Feedback_ReviewMatomoTitle';
$translationKeys[] = 'Feedback_PleaseLeaveExternalReviewForMatomo';
+ $translationKeys[] = 'Feedback_RemindMeLater';
+ $translationKeys[] = 'Feedback_NeverAskMeAgain';
$translationKeys[] = 'General_Ok';
$translationKeys[] = 'General_Cancel';
}
diff --git a/plugins/Feedback/tests/UI/FeedbackPopup_spec.js b/plugins/Feedback/tests/UI/FeedbackPopup_spec.js
index cf1e05e9da..06b2da68cd 100644
--- a/plugins/Feedback/tests/UI/FeedbackPopup_spec.js
+++ b/plugins/Feedback/tests/UI/FeedbackPopup_spec.js
@@ -9,7 +9,7 @@
describe("FeedbackPopup", function () {
this.timeout(0);
- this.fixture = "Piwik\\Plugins\\Feedback\\tests\\Fixtures\\FeedbackPopupFixture ";
+ this.fixture = "Piwik\\Plugins\\Feedback\\tests\\Fixtures\\FeedbackPopupFixture";
var url = "?module=CoreHome&action=index&idSite=1&period=day&date=yesterday";