From b8a76794e06f270b591bdc851c03ce3a6f4764ba Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 10 Nov 2017 08:06:56 +0100 Subject: [PATCH] add info text about email on registration --- mod/register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/register.php b/mod/register.php index e3bf663444..4d0ef96485 100644 --- a/mod/register.php +++ b/mod/register.php @@ -285,7 +285,7 @@ function register_content(App $a) { '$oidlabel' => $oidlabel, '$openid' => $openid_url, '$namelabel' => t('Your Full Name ' . "\x28" . 'e.g. Joe Smith, real or real-looking' . "\x29" . ': '), - '$addrlabel' => t('Your Email Address: '), + '$addrlabel' => t('Your Email Address: (Initial information will be send there, so this has to be an existing address.)'), '$passwords' => $passwords, '$password1' => array('password1', t('New Password:'), '', t('Leave empty for an auto generated password.')), '$password2' => array('confirm', t('Confirm:'), '', ''),