From 0d96fc076c4b06a2fd72db706fbbc8fa7ce94688 Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Fri, 3 Apr 2020 14:09:01 -0700 Subject: [PATCH] fix: typo "your" to "you" (#298) --- src/components/molecules/dialog/dialog.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' },