diff --git a/src/q3rcon_tui/tui.py b/src/q3rcon_tui/tui.py index d78b750..5088b85 100644 --- a/src/q3rcon_tui/tui.py +++ b/src/q3rcon_tui/tui.py @@ -70,7 +70,7 @@ class RconApp(App): ) except RCONError: output = ( - f'Unable to execute command {cmd}. ', + f'Unable to execute command {cmd}.', 'It may be due to a map change or a server restart.', 'If the problem persists, please check your connection settings and ensure the server is running.', )