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 'themes/default/genericForm.tpl')
-rw-r--r--themes/default/genericForm.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/genericForm.tpl b/themes/default/genericForm.tpl
index f8f00d39cb..fccbc45d60 100644
--- a/themes/default/genericForm.tpl
+++ b/themes/default/genericForm.tpl
@@ -2,7 +2,7 @@
{if $form_data.errors}
<div class="warning">
<img src="themes/default/images/warning_medium.png">
- <strong>Please fix the following errors:</strong>
+ <strong>{'Installation_PleaseFixTheFollowingErrors'|translate}:</strong>
<ul>
{foreach from=$form_data.errors item=data}
<li>{$data}</li>