Skip to content

Commit

Permalink
Update booking confirmation messages to include timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Jan 24, 2025
1 parent 1d23d66 commit be37d7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/src/lang/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const en = {
BOOKING_CONFIRMED_PART9: 'You must drop-off the keys to our agency ',
BOOKING_CONFIRMED_PART10: ' ',
BOOKING_CONFIRMED_PART11: ' on ',
BOOKING_CONFIRMED_PART12: ' (local time).',
BOOKING_CONFIRMED_PART12: ` (${env.TIMEZONE}).`,
BOOKING_CONFIRMED_PART13: 'Please respect the time.',
BOOKING_CONFIRMED_PART14: 'You can follow your booking on: ',
BOOKING_PAY_LATER_NOTIFICATION: 'confirmed the booking',
Expand Down
2 changes: 1 addition & 1 deletion api/src/lang/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const fr = {
BOOKING_CONFIRMED_PART9: 'Vous devez rendre les clés à notre agence ',
BOOKING_CONFIRMED_PART10: ' ',
BOOKING_CONFIRMED_PART11: ' le ',
BOOKING_CONFIRMED_PART12: ' (heure locale).',
BOOKING_CONFIRMED_PART12: ` (${env.TIMEZONE}).`,
BOOKING_CONFIRMED_PART13: 'Veuillez respecter les horaires.',
BOOKING_CONFIRMED_PART14: 'Vous pouvez suivre votre réservation sur : ',
BOOKING_PAY_LATER_NOTIFICATION: 'a confirmé la réservation',
Expand Down

0 comments on commit be37d7a

Please sign in to comment.