Skip to content
Snippets Groups Projects
Unverified Commit 7ea44005 authored by Tom Robinson's avatar Tom Robinson
Browse files

Rename 'update aggregation' button to 'done'

parent 477f1a1d
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ export default class AggregationPopover extends Component {
placeholder="Name (optional)"
/>
<Button className="full" primary disabled={this.state.error} onClick={() => this.commitAggregation(this.state.aggregation)}>
{isNew ? "Add" : "Update"} Aggregation
Done
</Button>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment