Skip to content

Commit

Permalink
update csv export text
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed Aug 14, 2023
1 parent b8f0828 commit 5c12230
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/CsvExport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const CsvExport = () => {
<span>{ nbsp }</span>
{ filterType && filterValue && <span>with applied filter by { filterType } ({ filterValue }) </span> }
<span>to CSV file. </span>
<span>Exports are limited to the first 10K { EXPORT_TYPES[exportType].text }.</span>
<span>Exports are limited to the last 10K { EXPORT_TYPES[exportType].text }.</span>
</Flex>
{ content }
</Page>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5c12230

Please sign in to comment.