diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-02-15 20:30:55 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-02-15 17:45:38 -0600 |
commit | abb496a43902c28fc253548d93407639deb338d3 (patch) | |
tree | f667f77d7f36d574de8be078f7a4734488214620 /settings | |
parent | 2e88bec14bb9cee82c1f3e5479c081eeadd89be5 (diff) | |
download | nextcloud-server-abb496a43902c28fc253548d93407639deb338d3.tar.gz nextcloud-server-abb496a43902c28fc253548d93407639deb338d3.zip |
Add l10n
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'settings')
-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" |