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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2018-01-19 02:12:23 +0300
committerGitHub <noreply@github.com>2018-01-19 02:12:23 +0300
commiteff78d1b46998e93381e5a5f353120f6fead776c (patch)
tree3ac62a25e5f0b3599b78f2745be9783ea1e0423f
parent5cf336837ac38c86a3a71486fca75a6d230c4237 (diff)
Restore wording on Copy dashboard feature (#12483)
regressed in https://github.com/matomo-org/matomo/pull/12460
-rw-r--r--plugins/Dashboard/templates/embeddedIndex.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Dashboard/templates/embeddedIndex.twig b/plugins/Dashboard/templates/embeddedIndex.twig
index 2de7b7ae3e..92fc263a63 100644
--- a/plugins/Dashboard/templates/embeddedIndex.twig
+++ b/plugins/Dashboard/templates/embeddedIndex.twig
@@ -63,7 +63,7 @@
<div class="col s12 m6"><input type="text" name="copyDashboardName" id="copyDashboardName" value=""/></div>
</div>
<div class="row">
- <div class="col s12 m6"><label for="copyDashboardUser">{{ 'Login_LoginOrEmail'|translate }} </label></div>
+ <div class="col s12 m6"><label for="copyDashboardUser">{{ 'General_Username'|translate }} </label></div>
<div class="col s12 m6"><select class="browser-default" name="copyDashboardUser" id="copyDashboardUser"></select></div>
</div>
</div>
@@ -106,4 +106,4 @@
{% include "@Dashboard/_widgetFactoryTemplate.twig" %}
<div id="dashboardWidgetsArea" class="row"></div>
-</div> \ No newline at end of file
+</div>