Skip to content

Commit

Permalink
fix capital c
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodebrute committed Oct 9, 2024
1 parent 566c38f commit 469c2e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ const translations = {
bookingPendingDescription: "This booking is pending because it hasn't been paid yet.",
bookingArchived: 'This booking is archived',
bookingArchivedDescription: 'This booking is archived because the trip date has passed. Add an expense for the final amount if needed.',
paymentComplete: 'Payment Complete',
paymentComplete: 'Payment complete',
justTrackIt: 'Just track it (don’t submit it)',
},
notificationPreferencesPage: {
Expand Down
2 changes: 1 addition & 1 deletion src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ const translations = {
bookingPendingDescription: 'Esta reserva está pendiente porque aún no se ha pagado.',
bookingArchived: 'Esta reserva está archivada',
bookingArchivedDescription: 'Esta reserva está archivada porque la fecha del viaje ha pasado. Agregue un gasto por el monto final si es necesario.',
paymentComplete: 'Pago Completo',
paymentComplete: 'Pago completo',
justTrackIt: 'Solo guardarlo (no enviarlo)',
},
notificationPreferencesPage: {
Expand Down

0 comments on commit 469c2e1

Please sign in to comment.