diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-03-11 16:24:50 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-03-11 16:24:50 +0100 |
commit | 5713b0dedb5a5bc5f88c4ba89bad856bac0ea9f0 (patch) | |
tree | 37e48060fb9f1b9f536bc17d0bbe017f75ad3a1f /settings/admin | |
parent | c0b567dbeccdaf86fe1533babd88d1950831dd4e (diff) | |
download | nextcloud-server-5713b0dedb5a5bc5f88c4ba89bad856bac0ea9f0.tar.gz nextcloud-server-5713b0dedb5a5bc5f88c4ba89bad856bac0ea9f0.zip |
Authentification -> Authentication
Diffstat (limited to 'settings/admin')
-rw-r--r-- | settings/admin/controller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/admin/controller.php b/settings/admin/controller.php index 7019f9a4d2a..a95ede790e2 100644 --- a/settings/admin/controller.php +++ b/settings/admin/controller.php @@ -117,7 +117,7 @@ class Controller { case 'mail_smtpsecure': return $l->t( 'Encryption' ); case 'mail_smtpauthtype': - return $l->t( 'Authentification method' ); + return $l->t( 'Authentication method' ); } } } |