add order details & enhance the checkout page
This commit is contained in:
@@ -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 ? (
|
||||
|
||||
Reference in New Issue
Block a user