Skip to content

Commit 0e64002

Browse files
committed
Update Helpers.php
1 parent ce3f29f commit 0e64002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public static function export(array $keys, string $filename, callable $value, bo
172172
* @param array<string, int|string> $server
173173
*/
174174
public static function getServerTitle(array $server): string {
175-
$name = $server['name'] ?? '';
175+
$name = $server['name'] ?? 'Server';
176176
$host = isset($server['host']) ? ' - '.$server['host'] : '';
177177
$port = isset($server['port']) ? ':'.$server['port'] : '';
178178

0 commit comments

Comments
 (0)