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:
Diffstat (limited to 'plugins/UserCountry/templates/_updaterNextRunTime.twig')
-rw-r--r--plugins/UserCountry/templates/_updaterNextRunTime.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserCountry/templates/_updaterNextRunTime.twig b/plugins/UserCountry/templates/_updaterNextRunTime.twig
index 514de7b1f1..69882f08b4 100644
--- a/plugins/UserCountry/templates/_updaterNextRunTime.twig
+++ b/plugins/UserCountry/templates/_updaterNextRunTime.twig
@@ -2,7 +2,7 @@
{% if date(nextRunTime.getTimestamp()) <= date() %}
{{ 'UserCountry_UpdaterScheduledForNextRun'|translate }}
{% else %}
- {{ 'UserCountry_UpdaterWillRunNext'|translate('<strong><em>' ~ nextRunTime.toString() ~ '</em></strong>')|raw }}
+ {{ 'UserCountry_UpdaterWillRunNext'|translate('<strong>' ~ nextRunTime.toString() ~ '</strong>')|raw }}
{% endif %}
{% else %}
{{ 'UserCountry_UpdaterIsNotScheduledToRun'|translate }}