Skip to content

Commit 51a49b5

Browse files
Merge pull request #56428 from nextcloud/rakekniven-patch-2
chore(i18n): Improved grammar
2 parents fcedecd + 748a91c commit 51a49b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/settings/lib/SetupChecks/ServerIdConfig.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function run(): SetupResult {
4040

4141
if ($serverid === PHP_INT_MIN) {
4242
return SetupResult::info(
43-
$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.'),
43+
$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.'),
4444
$linkToDoc,
4545
);
4646
}
@@ -52,6 +52,6 @@ public function run(): SetupResult {
5252
);
5353
}
5454

55-
return SetupResult::success($this->l10n->t('server identifier is configured and valid.'));
55+
return SetupResult::success($this->l10n->t('Server identifier is configured and valid.'));
5656
}
5757
}

0 commit comments

Comments
 (0)