update wording
All checks were successful
CI/CD Pipeline / test (push) Successful in 9m24s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
philipp 2024-03-21 19:38:47 +01:00
parent 257a682eb4
commit d1067988c6
2 changed files with 2 additions and 2 deletions

View File

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

View File

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