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>
             }
             {