Преглед на файлове

Download logs notice text change

Small text change indicating that download logs start and end times are
not necessarily in UTC.
Sergiu Miclea преди 6 години
родител
ревизия
33febee3db
променени са 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>
     )
     )