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

fixing typos

parent 13b1b45e
Branches
No related tags found
No related merge requests found
......@@ -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'
);
......
......@@ -6,6 +6,7 @@
*/
/**
* @var array $_
* @var \OCP\IL10N $l
*/
$levels = array('Debug', 'Info', 'Warning', 'Error', 'Fatal');
$levelLabels = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment