Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Sep 25, 2023
1 parent 1f045df commit 5372c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/lang/booking-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const strings = new LocalizedStrings({

CANCEL: 'Cancel this booking',
CANCEL_BOOKING: 'Are you sure you want to cancel this booking?',
CANCEL_BOOKING_REQUEST_SENT: 'Your cancel request hes been submited. We will contact you to finalize the cancellation procedure.',
CANCEL_BOOKING_REQUEST_SENT: 'Your cancel request has been submited. We will contact you to finalize the cancellation procedure.',
},
})

Expand Down
2 changes: 1 addition & 1 deletion mobile/lang/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const en = {
LESS_THAN_7500: 'Less than 7500 DH',
CANCEL_BOOKING_BTN: 'Cancel this booking',
CANCEL_BOOKING: 'Are you sure you want to cancel this booking?',
CANCEL_BOOKING_REQUEST_SENT: 'Your cancel request hes been submited. We will contact you to finalize the cancellation procedure.',
CANCEL_BOOKING_REQUEST_SENT: 'Your cancel request has been submited. We will contact you to finalize the cancellation procedure.',
OF: 'of',
EMPTY_NOTIFICATION_LIST: 'No notifications',
DELETE_NOTIFICATION: 'Are you sure you want to delete this notification?',
Expand Down

0 comments on commit 5372c03

Please sign in to comment.