Skip to content

Commit 3caec3f

Browse files
committed
Update booking confirmation messages to include timezone
1 parent 3b625db commit 3caec3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/src/lang/en.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const en = {
3434
BOOKING_CONFIRMED_PART9: 'You must drop-off the keys to our agency ',
3535
BOOKING_CONFIRMED_PART10: ' ',
3636
BOOKING_CONFIRMED_PART11: ' on ',
37-
BOOKING_CONFIRMED_PART12: ' (local time).',
37+
BOOKING_CONFIRMED_PART12: ` (${env.TIMEZONE}).`,
3838
BOOKING_CONFIRMED_PART13: 'Please respect the time.',
3939
BOOKING_CONFIRMED_PART14: 'You can follow your booking on: ',
4040
BOOKING_PAY_LATER_NOTIFICATION: 'confirmed the booking',

api/src/lang/fr.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const fr = {
3434
BOOKING_CONFIRMED_PART9: 'Vous devez rendre les clés à notre agence ',
3535
BOOKING_CONFIRMED_PART10: ' ',
3636
BOOKING_CONFIRMED_PART11: ' le ',
37-
BOOKING_CONFIRMED_PART12: ' (heure locale).',
37+
BOOKING_CONFIRMED_PART12: ` (${env.TIMEZONE}).`,
3838
BOOKING_CONFIRMED_PART13: 'Veuillez respecter les horaires.',
3939
BOOKING_CONFIRMED_PART14: 'Vous pouvez suivre votre réservation sur : ',
4040
BOOKING_PAY_LATER_NOTIFICATION: 'a confirmé la réservation',

0 commit comments

Comments
 (0)