Skip to content

Commit

Permalink
[Chore] Added ID to manually entered server (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjustesen authored Sep 20, 2023
1 parent 58a733d commit f3b51bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Filament/Pages/Settings/GeneralPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ protected function getServerSearchOptions(string $search): array
return collect([
[
'id' => $search,
'name' => 'Unknown server',
'name' => $search.' (Manually entered server)',
],
])->pluck('name', 'id')->toArray();
}
Expand Down

0 comments on commit f3b51bb

Please sign in to comment.