Skip to content

Commit

Permalink
[explore] 'Save as' -> 'Save' as it can be used to overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed May 30, 2017
1 parent 3c89c8c commit d8c4057
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit d8c4057

Please sign in to comment.