Skip to content
Snippets Groups Projects
Commit d977938a authored by Clark Tomlinson's avatar Clark Tomlinson
Browse files

Merge pull request #11615 from owncloud/fix-translation-source-string

fixing typo in English source string
parents 5f3ddf5c 4f2422ff
Branches
No related tags found
No related merge requests found
......@@ -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()
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment