diff options
-rw-r--r-- | settings/templates/users/main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/users/main.php b/settings/templates/users/main.php index 44121a38d91..59ddf6a1dd7 100644 --- a/settings/templates/users/main.php +++ b/settings/templates/users/main.php @@ -73,7 +73,7 @@ translation('settings'); </label> </p> <p class="info-text"> - When the password of the new user is left empty an activation email with a link to set the password is send to the user. + <?php p($l->t('When the password of the new user is left empty an activation email with a link to set the password is send to the user')) ?> </p> <p> <input type="checkbox" name="EmailAddress" value="EmailAddress" id="CheckboxEmailAddress" |