Skip to content

Commit a74bf27

Browse files
authored
Fix: Grammar (#30)
1 parent 7ba3df8 commit a74bf27

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/i18n/en-US.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ buik.modal.delete.confirmation.label = Confirm Delete
7373
# Text for delete confirmation dialog
7474
buik.modal.delete.confirmation.text = Are you sure you want to delete {name}?
7575
# Text for delete confirmation dialog for folders
76-
buik.modal.delete.confirmation.text.folder = Are you sure you want to delete {name} and all it’s contents?
76+
buik.modal.delete.confirmation.text.folder = Are you sure you want to delete {name} and all its contents?
7777
# Close button label
7878
buik.modal.dialog.share.button.close = Close
7979
# Copy button label

src/messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ const messages: { [string]: IntlDescriptor } = defineMessages({
236236
'buik.modal.delete.confirmation.text.folder': {
237237
id: 'buik.modal.delete.confirmation.text.folder',
238238
description: 'Text for delete confirmation dialog for folders',
239-
defaultMessage: 'Are you sure you want to delete {name} and all it’s contents?'
239+
defaultMessage: 'Are you sure you want to delete {name} and all its contents?'
240240
},
241241
'buik.modal.rename.dialog.label': {
242242
id: 'buik.modal.rename.dialog.label',

0 commit comments

Comments
 (0)