소스 검색

Merge pull request #561 from smiclea/text-change

Download logs notice text change
Nashwan Azhari 5 년 전
부모
커밋
e32e10117d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/pages/LogsPage/DownloadsContent.tsx

+ 1 - 1
src/components/pages/LogsPage/DownloadsContent.tsx

@@ -208,7 +208,7 @@ class DownloadsContent extends React.Component<Props, State> {
           Optional time range for log download:
           Optional time range for log download:
         </Info>
         </Info>
         {this.renderDates()}
         {this.renderDates()}
-        <InfoUtc><StatusIcon status="UNSCHEDULED" />Start and End times must be set in UTC</InfoUtc>
+        <InfoUtc><StatusIcon status="UNSCHEDULED" />Start and End times must be set in server&apos;s timezone</InfoUtc>
         {this.renderLogs()}
         {this.renderLogs()}
       </Wrapper>
       </Wrapper>
     )
     )