6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 38272f8f
Changed files
comwell_key_app/assets/translations/da-DK.json | 2 +- comwell_key_app/assets/translations/en-US.json | 4 ++-- comwell_key_app/lib/my_booking/components/balance_bottom_sheet.dart | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)
Diff
diff --git a/comwell_key_app/assets/translations/da-DK.json b/comwell_key_app/assets/translations/da-DK.json
index 9ba8e60b..dd0fe441 100644
--- a/comwell_key_app/assets/translations/da-DK.json
+++ b/comwell_key_app/assets/translations/da-DK.json
@@ -240,7 +240,7 @@
"share_booking": "Del ophold",
"total_charge": "I alt til betaling",
"early_checkin": "Tidlig check-in",
- "payed": "BETALT",
+ "paid": "BETALT",
"room_prefix": "Værelse {}",
"total_charge_value": "{} kr.",
"generic_error_profile_page": "Der skete en fejl. Prøv igen senere. Eller log ud og prøv igen.",
diff --git a/comwell_key_app/assets/translations/en-US.json b/comwell_key_app/assets/translations/en-US.json
index a002d4eb..240f9c05 100644
--- a/comwell_key_app/assets/translations/en-US.json
+++ b/comwell_key_app/assets/translations/en-US.json
@@ -162,7 +162,7 @@
"checkout_page_confirmation_title": "Check-out",
"checkout_page_confirmation_subtitle": "When you check out, you have 30 minutes to leave your room",
"checkout_page_confirmation_deadline": "Check out latest at 10 AM",
- "checkout_page_confirmation_price_title": "To be payed",
+ "checkout_page_confirmation_price_title": "To be paid",
"checkout_page_confirmation_continue": "Go to payment",
"checkout_page_payment_title": "Payment overview",
"checkout_page_payment_total": "Total",
@@ -239,7 +239,7 @@
"share_booking": "Share booking",
"total_charge": "Total charge",
"early_checkin": "Early check-in",
- "payed": "PAYED",
+ "paid": "PAID",
"restaurant": "Restaurant",
"spa": "Spa",
"parking": "Parking",
diff --git a/comwell_key_app/lib/my_booking/components/balance_bottom_sheet.dart b/comwell_key_app/lib/my_booking/components/balance_bottom_sheet.dart
index 3302f360..24abef2f 100644
--- a/comwell_key_app/lib/my_booking/components/balance_bottom_sheet.dart
+++ b/comwell_key_app/lib/my_booking/components/balance_bottom_sheet.dart
@@ -227,7 +227,7 @@ class BalanceBottomSheet extends StatelessWidget {
color: Colors.grey[200],
borderRadius: BorderRadius.circular(2),
),
- child: Text('payed'.tr(), style: theme.textTheme.bodySmall),
+ child: Text('paid'.tr(), style: theme.textTheme.bodySmall),
),
],
),