summaryrefslogtreecommitdiff
path: root/resources/views/emails/approve-user-text.php
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/emails/approve-user-text.php')
-rw-r--r--resources/views/emails/approve-user-text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/emails/approve-user-text.php b/resources/views/emails/approve-user-text.php
index 43ad9c7a41..fdb72105c7 100644
--- a/resources/views/emails/approve-user-text.php
+++ b/resources/views/emails/approve-user-text.php
@@ -1,4 +1,4 @@
-<?php namespace Fisharebest\Webtrees; ?>
+<?php use Fisharebest\Webtrees\I18N; ?>
?= I18N::translate('Hello %s…', e($user->getRealName())) ?>
<?= I18N::translate('The administrator at the webtrees site %s has approved your application for an account. You may now sign in by accessing the following link: %s', WT_BASE_URL, WT_BASE_URL) ?>