Skip to content

Commit

Permalink
Changed spelling and aligned to other resources.
Browse files Browse the repository at this point in the history
Reported at Transifex.

Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven authored Sep 11, 2021
1 parent bc53501 commit feefa45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function verifyMail(string $token, string $userId, string $key) {
} catch (InvalidArgumentException $e) {
$error = $e->getMessage();
} catch (\Exception $e) {
$error = $this->l10n->t('An unexpected error occurred. Please consult your sysadmin.');
$error = $this->l10n->t('An unexpected error occurred. Please contact your admin.');
}

if (isset($error)) {
Expand Down

0 comments on commit feefa45

Please sign in to comment.