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/Dashboard/templates/embeddedIndex.twig')
-rw-r--r--plugins/Dashboard/templates/embeddedIndex.twig3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Dashboard/templates/embeddedIndex.twig b/plugins/Dashboard/templates/embeddedIndex.twig
index 92fc263a63..30afedc709 100644
--- a/plugins/Dashboard/templates/embeddedIndex.twig
+++ b/plugins/Dashboard/templates/embeddedIndex.twig
@@ -64,7 +64,8 @@
</div>
<div class="row">
<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 class="col s12 m6"><select class="browser-default" name="copyDashboardUser" id="copyDashboardUser">
+ <option>{{ 'General_LoadingData'|translate }}</option></select></div>
</div>
</div>