Skip to content

Commit

Permalink
Update web/src/routes/Export.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Blake Blackshear <[email protected]>
  • Loading branch information
skrashevich and blakeblackshear committed Jun 11, 2023
1 parent 5254cfe commit e8527f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/routes/Export.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function Export() {
const end = new Date(`${endDate}T${endTime}`).getTime() / 1000;

if (end <= start) {
setMessage({ text: 'The end time must be larger than the start time.', error: true });
setMessage({ text: 'The end time must be after the start time.', error: true });
return;
}

Expand Down

0 comments on commit e8527f9

Please sign in to comment.