Fix delete branch message

This commit is contained in:
zetaloop 2024-05-30 10:41:32 +08:00
parent afb7d2edca
commit 344e541777

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>