fix-notification-content #333

Merged
philipp merged 3 commits from fix-notification-content into staging 2024-04-02 10:37:50 +02:00
Showing only changes of commit 1c43d83bd4 - Show all commits

View File

@ -62,7 +62,7 @@ impl Trip {
&user,
&format!(
"{} hat eine Ausfahrt zur selben Zeit ({} um {}) wie du erstellt",
user.name, trip.day, trip.planned_starting_time
cox.user.name, trip.day, trip.planned_starting_time
),
"Neue Ausfahrt zur selben Zeit".into(),
None,