mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
chore(i18n): Improved grammar
Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
bbfa873fae
commit
748a91ccab
1 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ final class ServerIdConfig implements ISetupCheck {
|
|||
|
||||
if ($serverid === PHP_INT_MIN) {
|
||||
return SetupResult::info(
|
||||
$this->l10n->t('server identifier isn’t configured. It is recommended if your Nextcloud instance is running on several PHP servers. Add a serverid in your configuration.'),
|
||||
$this->l10n->t('Server identifier isn’t configured. It is recommended if your Nextcloud instance is running on several PHP servers. Add a server ID in your configuration.'),
|
||||
$linkToDoc,
|
||||
);
|
||||
}
|
||||
|
|
@ -52,6 +52,6 @@ final class ServerIdConfig implements ISetupCheck {
|
|||
);
|
||||
}
|
||||
|
||||
return SetupResult::success($this->l10n->t('server identifier is configured and valid.'));
|
||||
return SetupResult::success($this->l10n->t('Server identifier is configured and valid.'));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue