Skip to content

Commit

Permalink
change 'persiste' => 'remember'
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-deboer committed Oct 31, 2017
1 parent 6716095 commit 7398e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ui/src/components/FiltersDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class FiltersDialog extends React.Component {
title={<div style={{position: 'relative'}}>
<div>Filters</div>
<Checkbox
label="Persist"
label="Remember"
className={'persist'}
checked={this.state.save}
onCheck={this.updateCheckSave}
Expand Down

0 comments on commit 7398e85

Please sign in to comment.