Skip to content
Snippets Groups Projects
Commit 4f2422ff authored by Thomas Müller's avatar Thomas Müller
Browse files

fixing typo in English source string

parent 480fd135
No related branches found
No related tags found
No related merge requests found
...@@ -134,7 +134,7 @@ class MailSettingsController extends Controller { ...@@ -134,7 +134,7 @@ class MailSettingsController extends Controller {
try { try {
$this->mail->send($email, $this->userSession->getUser()->getDisplayName(), $this->mail->send($email, $this->userSession->getUser()->getDisplayName(),
$this->l10n->t('test email settings'), $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->defaultMailAddress,
$this->defaults->getName() $this->defaults->getName()
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment