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>2015-06-06 01:12:03 +0300
committersgiehl <stefan@piwik.org>2015-06-06 01:12:03 +0300
commitcc57e579f58b016768c77d30a6506783ca98e42a (patch)
tree642b48a0471bde86925e5a515dbfffe28a5e0ab2 /plugins/Overlay
parenteb1abd5a120f15fb8fc11ee083a7def0ef61b37b (diff)
use new translations from Intl plugin
Diffstat (limited to 'plugins/Overlay')
-rw-r--r--plugins/Overlay/templates/index.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Overlay/templates/index.twig b/plugins/Overlay/templates/index.twig
index a5ab981c05..0917f19672 100644
--- a/plugins/Overlay/templates/index.twig
+++ b/plugins/Overlay/templates/index.twig
@@ -15,8 +15,8 @@
<div id="Overlay_DateRangeSelection">
<select id="Overlay_DateRangeSelect" name="Overlay_DateRangeSelect">
- <option value="day;today">{{ 'General_Today'|translate }}</option>
- <option value="day;yesterday">{{ 'General_Yesterday'|translate }}</option>
+ <option value="day;today">{{ 'Intl_Today'|translate }}</option>
+ <option value="day;yesterday">{{ 'Intl_Yesterday'|translate }}</option>
<option value="week;today">{{ 'General_CurrentWeek'|translate }}</option>
<option value="month;today">{{ 'General_CurrentMonth'|translate }}</option>
<option value="year;today">{{ 'General_CurrentYear'|translate }}</option>