Fix text for messages.appointment_soon

This commit is contained in:
Manuel Vögele
2024-01-12 17:06:23 +01:00
parent 739c9d770b
commit bc2f647243
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ messages:
next_appointment: "Nächster Termin: %{weekday}, %{date}" next_appointment: "Nächster Termin: %{weekday}, %{date}"
appointment_today: "Heute um %{start_time} Uhr geht's weiter" appointment_today: "Heute um %{start_time} Uhr geht's weiter"
appointment_tomorrow: "Morgen um %{start_time} Uhr geht's weiter" appointment_tomorrow: "Morgen um %{start_time} Uhr geht's weiter"
appointment_soon: "In %{no_days} um %{start_time} Uhr geht's weiter" appointment_soon: "In %{no_days} Tagen um %{start_time} Uhr geht's weiter"
starting_now: "Jetzt geht's weiter" starting_now: "Jetzt geht's weiter"
errors: errors:

View File

@@ -2,7 +2,7 @@ messages:
next_appointment: "Next meeting: %{weekday}, %{date} (%{uk_time} UK time)" next_appointment: "Next meeting: %{weekday}, %{date} (%{uk_time} UK time)"
appointment_today: "Next meeting is today at %{start_time} (%{uk_time} UK time)" appointment_today: "Next meeting is today at %{start_time} (%{uk_time} UK time)"
appointment_tomorrow: "Next meeting is tomorrow at %{start_time} (%{uk_time} UK time)" appointment_tomorrow: "Next meeting is tomorrow at %{start_time} (%{uk_time} UK time)"
appointment_soon: "Next meeting is in %{no_days} at %{start_time} (%{uk_time} UK time)" appointment_soon: "Next meeting is in %{no_days} days at %{start_time} (%{uk_time} UK time)"
starting_now: "The meeting starts now" starting_now: "The meeting starts now"
errors: errors: