浏览代码

perf: 修改字眼

kuns 1 月之前
父节点
当前提交
c0377b82e5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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') }
                                     ]);
                                 }