Don't explicitly mention QXF/OFX in account import modal

This commit is contained in:
Aaron Lindsay 2017-05-22 20:38:59 -04:00
parent c61e561b4b
commit 7f736812b3
1 changed files with 1 additions and 1 deletions

View File

@ -628,7 +628,7 @@ const ImportTransactionsModal = React.createClass({
disabled={inputDisabled}
value={this.state.importFile}
onChange={this.handleImportChange} />
<HelpBlock>Select an OFX/QFX file to upload.</HelpBlock>
<HelpBlock>Select a file to upload.</HelpBlock>
</FormGroup>
</form>
{progressBar}