mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Merge pull request #28803 from nextcloud/rakekniven-patch-1
Changed spelling and aligned to other resources.
This commit is contained in:
commit
c39909e098
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ class VerificationController extends Controller {
|
|||
} 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)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue