summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-03-11 17:14:10 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-03-11 17:14:10 +0100
commit364e1f852fe8640d7d6fa149f784a0d2d1de0a57 (patch)
tree1900df277526bbe2e51ad1f220d5f2858e876483 /settings/templates
parent03f40116e1826771e1ffcc086232020360461c97 (diff)
parent5713b0dedb5a5bc5f88c4ba89bad856bac0ea9f0 (diff)
downloadnextcloud-server-364e1f852fe8640d7d6fa149f784a0d2d1de0a57.tar.gz
nextcloud-server-364e1f852fe8640d7d6fa149f784a0d2d1de0a57.zip
Merge pull request #7674 from owncloud/fix-spelling-master
Authentification -> Authentication
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/admin.php2
1 files changed, 1 insertions, 1 deletions
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 = '';