Skip to content

Commit

Permalink
fix: typo "your" to "you" (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise authored Apr 3, 2020
1 parent e876c04 commit 0d96fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/dialog/dialog.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
buttonIcon: 'delete',
buttonLabel: 'Remove favorite',
dialogTitle: 'Remove favorite',
dialogQuestion: 'Are your sure you want to remove this resource from your favorites?',
dialogQuestion: 'Are you sure you want to remove this resource from your favorites?',
dialogConfirm: 'Yes, remove',
dialogDismiss: 'No, don’t remove'
},
Expand Down

0 comments on commit 0d96fc0

Please sign in to comment.