···229229 error_dialog(
230230 &app_game,
231231 &format!(
232232- "Encountered an error while in the lobby. you have been disconnected:\n\n{why}"
232232+ "Encountered an error while in the lobby. You have been disconnected:\n\n{why}"
233233 ),
234234 );
235235 state.quit_to_menu(app_game).await;