diff --git a/app/src/ui/delete-branch/delete-branch-dialog.tsx b/app/src/ui/delete-branch/delete-branch-dialog.tsx index 9b5785b4e69..2da315c9919 100644 --- a/app/src/ui/delete-branch/delete-branch-dialog.tsx +++ b/app/src/ui/delete-branch/delete-branch-dialog.tsx @@ -49,12 +49,14 @@ export class DeleteBranch extends React.Component< ariaDescribedBy="delete-branch-confirmation-message delete-branch-confirmation-message-remote" > -

- Delete branch {this.props.branch.name}?
- This action cannot be undone. -

+
+

+ Delete remote branch {this.props.branch.name}? +

+

This action cannot be undone.

- {this.renderDeleteOnRemote()} + {this.renderDeleteOnRemote()} +
diff --git a/app/src/ui/delete-branch/delete-remote-branch-dialog.tsx b/app/src/ui/delete-branch/delete-remote-branch-dialog.tsx index b44f5a4d8a4..82cfa67e8bc 100644 --- a/app/src/ui/delete-branch/delete-remote-branch-dialog.tsx +++ b/app/src/ui/delete-branch/delete-remote-branch-dialog.tsx @@ -45,9 +45,9 @@ export class DeleteRemoteBranch extends React.Component<

- Delete remote branch {this.props.branch.name}?
- This action cannot be undone. + Delete remote branch {this.props.branch.name}?

+

This action cannot be undone.

This branch does not exist locally. Deleting it may impact others diff --git a/app/src/ui/move-to-applications-folder.tsx b/app/src/ui/move-to-applications-folder.tsx index 8541c043f97..d914f7a2e46 100644 --- a/app/src/ui/move-to-applications-folder.tsx +++ b/app/src/ui/move-to-applications-folder.tsx @@ -47,8 +47,8 @@ export class MoveToApplicationsFolder extends React.Component< We've detected that you're not running GitHub Desktop from the Applications folder of your machine. This could cause problems with the app, including impacting your ability to sign in. -
-
+

+

Do you want to move GitHub Desktop to the Applications folder now? This will also restart the app.