@@ -210,7 +210,7 @@ const optionPage = () => {
}
);
} else {
- Alert.alert('提提您', '使用優惠券的交易每度電以正價$3.5元計算!', [
+ Alert.alert('提醒您', '使用優惠券的交易每度電以正價$3.5元計算!', [
{ text: '我知道了', onPress: () => router.push('/selectCoupon') }
]);