File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ buik.modal.delete.confirmation.label = Confirm Delete
7373# Text for delete confirmation dialog
7474buik.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
7878buik.modal.dialog.share.button.close = Close
7979# Copy button label
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments