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/CoreHome/templates')
-rw-r--r--plugins/CoreHome/templates/quickLinks.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/templates/quickLinks.twig b/plugins/CoreHome/templates/quickLinks.twig
index a44bda7230..1656582fc0 100644
--- a/plugins/CoreHome/templates/quickLinks.twig
+++ b/plugins/CoreHome/templates/quickLinks.twig
@@ -11,7 +11,7 @@
<div class="quickLink">
<span class="icon icon-user-add">&nbsp;</span>
<a href="{{ linkTo({'module': 'UsersManager', 'action': 'index', 'showadduser': '1'}) }}" class="itemLabel">
- {{ 'UsersManager_AddUser'|translate|e }}
+ {{ 'UsersManager_InviteNewUser'|translate|e }}
</a>
</div>
{% endif %}