update wording
This commit is contained in:
parent
257a682eb4
commit
d1067988c6
@ -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(),
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user