notification #301

Merged
philipp merged 12 commits from notification into staging 2024-03-21 20:51:47 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d1067988c6 - Show all commits

View File

@ -531,7 +531,7 @@ ORDER BY departure DESC
db, db,
&user, &user,
&format!( &format!(
"Neuer Logbucheintrag: Ausfahrt am {}.{}.{} nach {} ({} km)", "Ausfahrt am {}.{}.{} nach {} ({} km)",
dep.day(), dep.day(),
dep.month(), dep.month(),
dep.year(), dep.year(),

View File

@ -75,7 +75,7 @@ impl UserTrip {
"{} hat sich für deine Ausfahrt am {} registriert", "{} hat sich für deine Ausfahrt am {} registriert",
name_newly_registered_person, trip.day name_newly_registered_person, trip.day
), ),
"Registrierung bei Ausfahrt", "Registrierung bei deiner Ausfahrt",
None, None,
) )
.await; .await;