Skip to content

Commit

Permalink
Merge pull request #28803 from nextcloud/rakekniven-patch-1
Browse files Browse the repository at this point in the history
Changed spelling and aligned to other resources.
  • Loading branch information
kesselb authored Sep 12, 2021
2 parents 7521b28 + feefa45 commit c39909e
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 c39909e

Please sign in to comment.