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:
authorNina Pypchenko <22447785+nina-py@users.noreply.github.com>2020-09-23 01:22:46 +0300
committerGitHub <noreply@github.com>2020-09-23 01:22:46 +0300
commitda633933c169a530f737faa519149ff621875fd9 (patch)
tree5d180727e81f61da23249efd194daef818501d06 /plugins/Feedback
parent780c5ab50e2afdb9db506d5645d80ab1b1e15e8c (diff)
Moved search translation string from the Feedback plugin to the CoreHome one (#16460)
* Moved search translation string from the Feedback plugin to the CoreHome one * Moved the translation string to the CoreHome plugin and updated its prefix from Feedback to CoreHome
Diffstat (limited to 'plugins/Feedback')
-rw-r--r--plugins/Feedback/Feedback.php1
-rw-r--r--plugins/Feedback/lang/en.json5
2 files changed, 2 insertions, 4 deletions
diff --git a/plugins/Feedback/Feedback.php b/plugins/Feedback/Feedback.php
index a03153ea1b..2cad4d77de 100644
--- a/plugins/Feedback/Feedback.php
+++ b/plugins/Feedback/Feedback.php
@@ -64,7 +64,6 @@ class Feedback extends \Piwik\Plugin
$translationKeys[] = 'Feedback_PleaseLeaveExternalReviewForMatomo';
$translationKeys[] = 'Feedback_RemindMeLater';
$translationKeys[] = 'Feedback_NeverAskMeAgain';
- $translationKeys[] = 'Feedback_SearchOnMatomo';
$translationKeys[] = 'General_Ok';
$translationKeys[] = 'General_Cancel';
}
diff --git a/plugins/Feedback/lang/en.json b/plugins/Feedback/lang/en.json
index 95139b8b7f..9c7182a8c4 100644
--- a/plugins/Feedback/lang/en.json
+++ b/plugins/Feedback/lang/en.json
@@ -41,7 +41,6 @@
"RemoveOtherLabel": "I want to see my 'Others' data",
"PurgeOldData": "I want to remove some old data",
"SearchHelpResources": "Search matomo.org help resources",
- "PopularHelpTopics": "Popular help topics",
- "SearchOnMatomo": "Search '%1$s' on Matomo.org"
+ "PopularHelpTopics": "Popular help topics"
}
-} \ No newline at end of file
+}