Leon 1 年之前
父節點
當前提交
07a3943299
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/_health/pages/log_time.tsx

+ 1 - 1
src/_health/pages/log_time.tsx

@@ -116,7 +116,7 @@ export default function LogTime() {
             {
                 expandIndex == index && <View className='card_footer'>
                     <IconCalendar width={rpxToPx(24)} color='#5C7099' />
-                    <Text style={{ color: '#5C7099', marginLeft: rpxToPx(12), fontSize: rpxToPx(26) }}>Scheduled for {schedule_time} today</Text>
+                    <Text style={{ color: '#5C7099', marginLeft: rpxToPx(12), fontSize: rpxToPx(26) }}>Scheduled for {schedule_time}</Text>
                 </View>
             }
             {