You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/settings/lib/SetupChecks/ServerIdConfig.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public function run(): SetupResult {
40
40
41
41
if ($serverid === PHP_INT_MIN) {
42
42
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.'),
44
44
$linkToDoc,
45
45
);
46
46
}
@@ -52,6 +52,6 @@ public function run(): SetupResult {
52
52
);
53
53
}
54
54
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.'));
0 commit comments