diff --git a/src/main.rs b/src/main.rs index 40e181f..e88737c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -220,7 +220,7 @@ async fn route_station_to_dest_station( let mut out = String::new(); out.push_str("\n"); - out.push_str(&format!("

Abfahren für {} nach {}

\n", station_properties.name, dest_station_properties.name)); + out.push_str(&format!("

Abfahrten für {} nach {}

\n", station_properties.name, dest_station_properties.name)); let display_all_departures = match query.all { Some(_) => true,