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:
-rw-r--r--lang/en.json2
-rw-r--r--plugins/CoreHome/templates/_periodSelect.twig2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/en.json b/lang/en.json
index 0245f42a57..ad93f9a731 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -27,7 +27,7 @@
"CannotUnzipFile": "Cannot unzip file %1$s: %2$s",
"ChangePassword": "Change password",
"ChangeTagCloudView": "Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.",
- "ChooseDate": "Choose date",
+ "ChooseDate": "Choose date, currently selected date is: %s",
"ChooseLanguage": "Choose language",
"ChoosePeriod": "Choose period",
"ChooseWebsite": "Choose website",
diff --git a/plugins/CoreHome/templates/_periodSelect.twig b/plugins/CoreHome/templates/_periodSelect.twig
index 67b30183d3..a36ba4cb4f 100644
--- a/plugins/CoreHome/templates/_periodSelect.twig
+++ b/plugins/CoreHome/templates/_periodSelect.twig
@@ -1,5 +1,5 @@
<div id="periodString" piwik-expand-on-click class="piwikTopControl piwikSelector borderedControl periodSelector">
- <a id="date" class="title" title="{{ 'General_ChooseDate'|translate|e('html_attr') }}">
+ <a id="date" class="title" title="{{ 'General_ChooseDate'|translate(prettyDateLong)|e('html_attr') }}">
<span class="icon icon-calendar"></span>
{{ prettyDate }}
</a>