summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
Diffstat (limited to 'settings')
-rw-r--r--settings/controller/mailsettingscontroller.php2
-rw-r--r--settings/templates/admin.php1
2 files changed, 2 insertions, 1 deletions
diff --git a/settings/controller/mailsettingscontroller.php b/settings/controller/mailsettingscontroller.php
index 1cfb10c6fe9..583aa98dc8e 100644
--- a/settings/controller/mailsettingscontroller.php
+++ b/settings/controller/mailsettingscontroller.php
@@ -141,7 +141,7 @@ class MailSettingsController extends Controller {
} catch (\Exception $e) {
return array('data' =>
array('message' =>
- (string) $this->l10n->t('A problem occurred while sending the e-mail. Please revisit your settings.'),
+ (string) $this->l10n->t('A problem occurred while sending the email. Please revise your settings.'),
),
'status' => 'error'
);
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 6b4623173af..2ea5d824909 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -6,6 +6,7 @@
*/
/**
* @var array $_
+ * @var \OCP\IL10N $l
*/
$levels = array('Debug', 'Info', 'Warning', 'Error', 'Fatal');
$levelLabels = array(