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:
authorPeter Zhang <peter@innocraft.com>2022-07-18 11:35:16 +0300
committerGitHub <noreply@github.com>2022-07-18 11:35:16 +0300
commited17c76a2e49837e9e6af26b747b7c4cf6731255 (patch)
tree5a89a66ca93a5d350bd517252412c4c19989af51 /plugins/UsersManager
parent0c0cda10f5b6836b4a7e83d86ebbc4c95eccea87 (diff)
update invite email space (#19535)
* update invite email space convert notes to translation as well * Update en.json remove notes * Update plugins/UsersManager/templates/_userInviteEmail.twig Co-authored-by: Stefan Giehl <stefan@matomo.org>
Diffstat (limited to 'plugins/UsersManager')
-rw-r--r--plugins/UsersManager/templates/_userInviteEmail.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UsersManager/templates/_userInviteEmail.twig b/plugins/UsersManager/templates/_userInviteEmail.twig
index 59a7a0086f..8b8257d68e 100644
--- a/plugins/UsersManager/templates/_userInviteEmail.twig
+++ b/plugins/UsersManager/templates/_userInviteEmail.twig
@@ -5,4 +5,4 @@
>{{ 'CoreAdminHome_AcceptInvite'|translate }}</a> |
<a target="_blank" href="{{ piwikUrl }}?module=Login&action=declineInvitation&token={{ token }}"
>{{ 'CoreAdminHome_DeclineInvite'|translate }}</a>
-<p><b>Notes:</b>{{ notes }}</p> \ No newline at end of file
+<p>{{ notes }}</p> \ No newline at end of file