1
0
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:
Aaron Lindsay 2017-05-22 20:38:59 -04:00
parent c61e561b4b
commit 7f736812b3

View File

@ -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}