Browse Source

perf: 修改字眼

kuns 1 month ago
parent
commit
c0377b82e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/(auth)/(tabs)/(home)/optionPage.tsx

+ 1 - 1
app/(auth)/(tabs)/(home)/optionPage.tsx

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