[explore] 'Save as' -> 'Save' as it can be used to overwrite (#2875)

* [explore] 'Save as' -> 'Save' as it can be used to overwrite

* Fix tests
This commit is contained in:
Maxime Beauchemin
2017-05-31 14:31:13 -07:00
committed by GitHub
parent 90e4d6469d
commit c5f2eafc90
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ export default function QueryAndSaveBtns(
disabled={saveButtonDisabled}
onClick={onSave}
>
<i className="fa fa-plus-circle" /> Save as
<i className="fa fa-plus-circle" /> Save
</Button>
</ButtonGroup>
{errorMessage &&