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>2013-09-15 01:28:16 +0400
committersgiehl <stefan@piwik.org>2013-09-15 01:28:16 +0400
commitaa6bef276caf3390c2a2a8cf8aced6a8e4eb94f9 (patch)
treeb15266c74de97af6e76d3d4cee66585e53327a79 /plugins/Installation
parente36142a6a9a2e0f0b44019b546641fbd4c84ceb5 (diff)
refs #4151 refactored last usages of _js hack
Diffstat (limited to 'plugins/Installation')
-rw-r--r--plugins/Installation/templates/_systemCheckLegend.twig2
-rw-r--r--plugins/Installation/templates/welcome.twig2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Installation/templates/_systemCheckLegend.twig b/plugins/Installation/templates/_systemCheckLegend.twig
index 0b3267ba71..66e1d1b4bd 100644
--- a/plugins/Installation/templates/_systemCheckLegend.twig
+++ b/plugins/Installation/templates/_systemCheckLegend.twig
@@ -11,5 +11,5 @@
</div>
<p class="nextStep">
- <a href="{{ url }}">{{ 'General_Refresh'|translate }} &raquo;</a>
+ <a href="{{ url }}">{{ 'General_RefreshPage'|translate }} &raquo;</a>
</p>
diff --git a/plugins/Installation/templates/welcome.twig b/plugins/Installation/templates/welcome.twig
index 5bed3d98be..5df83aad30 100644
--- a/plugins/Installation/templates/welcome.twig
+++ b/plugins/Installation/templates/welcome.twig
@@ -39,7 +39,7 @@
{% if not showNextStep %}
<p class="nextStep">
- <a href="{{url}}">{{ 'General_Refresh'|translate }} &raquo;</a>
+ <a href="{{url}}">{{ 'General_RefreshPage'|translate }} &raquo;</a>
</p>
{% endif %}
{% endblock %} \ No newline at end of file