mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-06-13 05:29:24 -04:00
Don't explicitly mention QXF/OFX in account import modal
This commit is contained in:
@ -628,7 +628,7 @@ const ImportTransactionsModal = React.createClass({
|
|||||||
disabled={inputDisabled}
|
disabled={inputDisabled}
|
||||||
value={this.state.importFile}
|
value={this.state.importFile}
|
||||||
onChange={this.handleImportChange} />
|
onChange={this.handleImportChange} />
|
||||||
<HelpBlock>Select an OFX/QFX file to upload.</HelpBlock>
|
<HelpBlock>Select a file to upload.</HelpBlock>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
</form>
|
</form>
|
||||||
{progressBar}
|
{progressBar}
|
||||||
|
Reference in New Issue
Block a user