From: Thomas Müller Date: Tue, 11 Mar 2014 15:24:50 +0000 (+0100) Subject: Authentification -> Authentication X-Git-Tag: v7.0.0alpha2~642^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5713b0dedb5a5bc5f88c4ba89bad856bac0ea9f0;p=nextcloud-server.git Authentification -> Authentication --- 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' ); } } } diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 487da036e74..8f786ba76ef 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -314,7 +314,7 @@ if (!$_['internetconnectionworking']) {