Skip to content

Commit 420c992

Browse files
authored
Update uniqueness message for external identifier
1 parent c316b58 commit 420c992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Admin/ServersController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function setDetails(Request $request, Server $server): RedirectResponse
7878

7979
if ($exists) {
8080
throw ValidationException::withMessages([
81-
'external_id' => 'The external identifier must be unique to this server.',
81+
'external_id' => 'The external identifier must be unique among all servers.',
8282
]);
8383
}
8484
}

0 commit comments

Comments
 (0)