Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-03-11 19:24:50 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-03-11 19:24:50 +0400
commit5713b0dedb5a5bc5f88c4ba89bad856bac0ea9f0 (patch)
tree37e48060fb9f1b9f536bc17d0bbe017f75ad3a1f /settings
parentc0b567dbeccdaf86fe1533babd88d1950831dd4e (diff)
Authentification -> Authentication
Diffstat (limited to 'settings')
-rw-r--r--settings/admin/controller.php2
-rw-r--r--settings/templates/admin.php2
2 files changed, 2 insertions, 2 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' );
}
}
}
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']) {
</p>
<p id="setting_smtpauth" <?php if ($_['mail_smtpmode'] != 'smtp') print_unescaped(' class="hidden"'); ?>>
- <label for="mail_smtpauthtype"><?php p($l->t( 'Authentification method' )); ?></label>
+ <label for="mail_smtpauthtype"><?php p($l->t( 'Authentication method' )); ?></label>
<select name='mail_smtpauthtype' id='mail_smtpauthtype'>
<?php foreach ($mail_smtpauthtype as $authtype => $name):
$selected = '';