Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Apr 30, 2024
1 parent 2e77865 commit 35f2e6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/src/lang/checkout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const strings = new LocalizedStrings({
SIGN_IN: 'Se connecter ?',
SECURE_PAYMENT_INFO: 'Vos données sont protégées par le paiement sécurisé SSL.',
SUCCESS: 'Votre paiement a été effectué avec succès. Nous vous avons envoyé un e-mail de confirmation.',
PAY_LATER_SUCCESS: 'Votre réservation a été effectué avec succès. Nous vous avons envoyé un e-mail de confirmation.',
PAY_LATER_SUCCESS: 'Votre réservation a été effectuée avec succès. Nous vous avons envoyé un e-mail de confirmation.',
PAYMENT_OPTIONS: 'Options de paiement',
PAY_LATER: 'Payer plus tard',
PAY_LATER_INFO: 'Modification et annulation gratuites',
Expand Down
4 changes: 2 additions & 2 deletions mobile/lang/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const en = {
BOOK_NOW: 'Book now',
SECURE_PAYMENT_INFO: 'Your data is protected by SSL secure payment.',
CARD_DATE_ERROR: 'Invalid card date.',
BOOKING_SUCCESS: 'Your booking and payment were successfully done. We sent you a confirmation email.',
BOOKING_SUCCESS: 'Your payment was successfully done. We sent you a confirmation email.',
BOOKING_EMAIL_ALREADY_REGISTERED: 'This email address is already registered. Please sign in.',
EMPTY_BOOKING_LIST: 'No bookings.',
OPTIONS: 'Options',
Expand All @@ -154,7 +154,7 @@ export const en = {
PAY_LATER_INFO: 'Free amendments and cancellation',
PAY_ONLINE: 'Pay online',
PAY_ONLINE_INFO: 'Amendments and cancellation under conditions',
PAY_LATER_SUCCESS: 'Your booking were successfully done. We have sent you a confirmation email.',
PAY_LATER_SUCCESS: 'Your booking was successfully done. We have sent you a confirmation email.',
VIEW: 'View',
HOUSE: 'House',
APARTMENT: 'Apartment',
Expand Down
4 changes: 2 additions & 2 deletions mobile/lang/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const fr = {
BOOK_NOW: 'Réserver',
SECURE_PAYMENT_INFO: 'Vos données sont protégées par le paiement sécurisé SSL.',
CARD_DATE_ERROR: 'Date de carte non valide.',
BOOKING_SUCCESS: 'Votre réservation et votre paiement ont été effectués avec succès. Nous vous avons envoyé un e-mail de confirmation.',
BOOKING_SUCCESS: 'Votre paiement a été effectué avec succès. Nous vous avons envoyé un e-mail de confirmation.',
BOOKING_EMAIL_ALREADY_REGISTERED: 'Cette adresse e-mail est déjà enregistrée. Veuillez vous connecter.',
EMPTY_BOOKING_LIST: 'Pas de réservations.',
OPTIONS: 'Options',
Expand All @@ -154,7 +154,7 @@ export const fr = {
PAY_LATER_INFO: 'Modification et annulation gratuites',
PAY_ONLINE: 'Payer en ligne',
PAY_ONLINE_INFO: 'Modification et annulation sous conditions',
PAY_LATER_SUCCESS: 'Votre réservation a été effectué avec succès. Nous vous avons envoyé un e-mail de confirmation.',
PAY_LATER_SUCCESS: 'Votre réservation a été effectuée avec succès. Nous vous avons envoyé un e-mail de confirmation.',
VIEW: 'Voir',
HOUSE: 'Maison',
APARTMENT: 'Appartement',
Expand Down

0 comments on commit 35f2e6d

Please sign in to comment.