Merge pull request #18707 from zetaloop/fix-delete-branch-confirmation

Fix 'delete branch' message
This commit is contained in:
Markus Olsson 2024-05-30 10:20:10 +02:00 committed by GitHub
commit c0313c1b96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ export class DeleteBranch extends React.Component<
<DialogContent>
<div id="delete-branch-confirmation-message">
<p>
Delete remote branch <Ref>{this.props.branch.name}</Ref>?
Delete branch <Ref>{this.props.branch.name}</Ref>?
</p>
<p>This action cannot be undone.</p>