Skip to content

Commit 9d88afb

Browse files
authored
Improve dialog wording
1 parent 736193c commit 9d88afb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/BranchMenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,9 @@ export class BranchMenu extends React.Component<
321321
title: 'Delete branch',
322322
body: (
323323
<p>
324-
{`The branch '${branchName}' will be deleted. This can not be undone.`}
324+
Are you sure you want to permanently delete the branch <b>{branchName}</b>?
325325
<br />
326-
Please confirm you want to delete it.
326+
This action cannot be undone.
327327
</p>
328328
),
329329
buttons: [Dialog.cancelButton(), Dialog.warnButton({ label: 'Delete' })]

0 commit comments

Comments
 (0)