update wording

This commit is contained in:
philipp 2024-03-21 19:38:47 +01:00
parent 431accb20e
commit 3416373b8f
2 changed files with 2 additions and 2 deletions

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;