mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-12-26 07:33:21 -05:00
Don't explicitly mention QXF/OFX in account import modal
This commit is contained in:
parent
c61e561b4b
commit
7f736812b3
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user