add order details & enhance the checkout page

This commit is contained in:
2025-12-31 00:57:05 +03:00
parent 7119ead8c2
commit 38c83d5143
15 changed files with 623 additions and 22 deletions

View File

@@ -90,7 +90,7 @@ export function SplitBillChoiceBottomSheet({
fontSize: 14,
}}
>
{t("splitBill.payAsCustomAmount")}
{t("splitBill.customAmount")}
</ProTitle>
{isRTL ? (
@@ -116,7 +116,7 @@ export function SplitBillChoiceBottomSheet({
fontSize: 14,
}}
>
{t("splitBill.divideTheBillEqually")}
{t("splitBill.divideEqually")}
</ProTitle>
{isRTL ? (
@@ -145,7 +145,7 @@ export function SplitBillChoiceBottomSheet({
fontSize: 14,
}}
>
{t("splitBill.payForYourItems")}
{t("splitBill.payForItems")}
</ProTitle>
{isRTL ? (