summaryrefslogtreecommitdiffstats
path: root/settings/controller
diff options
context:
space:
mode:
Diffstat (limited to 'settings/controller')
-rw-r--r--settings/controller/mailsettingscontroller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/controller/mailsettingscontroller.php b/settings/controller/mailsettingscontroller.php
index 583aa98dc8e..d050a5ea03e 100644
--- a/settings/controller/mailsettingscontroller.php
+++ b/settings/controller/mailsettingscontroller.php
@@ -134,7 +134,7 @@ class MailSettingsController extends Controller {
try {
$this->mail->send($email, $this->userSession->getUser()->getDisplayName(),
$this->l10n->t('test email settings'),
- $this->l10n->t('If you received this email, the settings seems to be correct.'),
+ $this->l10n->t('If you received this email, the settings seem to be correct.'),
$this->defaultMailAddress,
$this->defaults->getName()
);