Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Changed copy
Browse files Browse the repository at this point in the history
  • Loading branch information
gersomvg committed Jul 31, 2018
1 parent a46333f commit 0c95503
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/Search/components/FilterHint.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ class FilterHint extends React.PureComponent {
<RN.Image style={styles.arrow} source={require('assets/ui/tooltip-arrow.png')} />
<RN.View style={styles.tooltip}>
<Text color="white" size="bigger" style={styles.text}>
Met deze knop kan je filteren op supermarkt, categorie en
veganclassificatie.
Met deze knop kan je filteren op supermarkt, categorie en wel/niet vegan.
</Text>
<Button label="Got it!" onPress={this.props.onPress} tint="white" />
</RN.View>
Expand Down

0 comments on commit 0c95503

Please sign in to comment.