diff --git a/src/components/molecules/dialog/dialog.config.js b/src/components/molecules/dialog/dialog.config.js index c079bd8c..af3d82aa 100644 --- a/src/components/molecules/dialog/dialog.config.js +++ b/src/components/molecules/dialog/dialog.config.js @@ -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' },