Skip to content

Commit 46b1346

Browse files
dblythymtrezza
andauthored
Update src/dashboard/Data/Browser/ExportSelectedRowsDialog.react.js
Co-authored-by: Manuel <[email protected]>
1 parent 90af3ff commit 46b1346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboard/Data/Browser/ExportSelectedRowsDialog.react.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default class ExportSelectedRowsDialog extends React.Component {
3535
type={Modal.Types.INFO}
3636
icon='warn-outline'
3737
title={this.props.selection['*'] ? 'Export all rows?' : (selectionLength === 1 ? 'Export 1 selected row?' : `Export ${selectionLength} selected rows?`)}
38-
subtitle={this.props.selection['*'] ? 'Note: This will export mutliple files with maximum 1gb each. This might take a while.' : ''}
38+
subtitle={this.props.selection['*'] ? 'Large datasets are exported as multiple files of up to 1 GB each.' : ''}
3939
disabled={!this.valid()}
4040
confirmText='Export'
4141
cancelText='Cancel'

0 commit comments

Comments
 (0)