Skip to content

Commit 04eb478

Browse files
committed
Add missing space in delete action
1 parent 45cfb41 commit 04eb478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commandsAndMenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,8 +591,8 @@ export function addCommands(
591591
title: 'Delete Files',
592592
body: (
593593
<span>
594-
Are you sure you want to permanently delete
595-
{fileList}? This action cannot be undone.
594+
Are you sure you want to permanently delete {fileList}? This action
595+
cannot be undone.
596596
</span>
597597
),
598598
buttons: [Dialog.cancelButton(), Dialog.warnButton({ label: 'Delete' })]

0 commit comments

Comments
 (0)