File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export const en = {
34
34
BOOKING_CONFIRMED_PART9 : 'You must drop-off the keys to our agency ' ,
35
35
BOOKING_CONFIRMED_PART10 : ' ' ,
36
36
BOOKING_CONFIRMED_PART11 : ' on ' ,
37
- BOOKING_CONFIRMED_PART12 : ' (local time).' ,
37
+ BOOKING_CONFIRMED_PART12 : ` ( ${ env . TIMEZONE } ).` ,
38
38
BOOKING_CONFIRMED_PART13 : 'Please respect the time.' ,
39
39
BOOKING_CONFIRMED_PART14 : 'You can follow your booking on: ' ,
40
40
BOOKING_PAY_LATER_NOTIFICATION : 'confirmed the booking' ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export const fr = {
34
34
BOOKING_CONFIRMED_PART9 : 'Vous devez rendre les clés à notre agence ' ,
35
35
BOOKING_CONFIRMED_PART10 : ' ' ,
36
36
BOOKING_CONFIRMED_PART11 : ' le ' ,
37
- BOOKING_CONFIRMED_PART12 : ' (heure locale).' ,
37
+ BOOKING_CONFIRMED_PART12 : ` ( ${ env . TIMEZONE } ).` ,
38
38
BOOKING_CONFIRMED_PART13 : 'Veuillez respecter les horaires.' ,
39
39
BOOKING_CONFIRMED_PART14 : 'Vous pouvez suivre votre réservation sur : ' ,
40
40
BOOKING_PAY_LATER_NOTIFICATION : 'a confirmé la réservation' ,
You can’t perform that action at this time.
0 commit comments