Skip to content

Commit

Permalink
漏译 删除远程分支 确认
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaloop committed Nov 5, 2024
1 parent aa1b134 commit e139112
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app/src/ui/delete-branch/delete-remote-branch-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,11 @@ export class DeleteRemoteBranch extends React.Component<
</p>
<p>该操作不可逆。</p>

<p>
This branch does not exist locally. Deleting it may impact others
collaborating on this branch.
</p>
<p>请注意该分支并不在本地,删除该远程分支可能会妨碍他人使用。</p>
</div>
</DialogContent>
<DialogFooter>
<OkCancelButtonGroup destructive={true} okButtonText="Delete" />
<OkCancelButtonGroup destructive={true} okButtonText="删除" />
</DialogFooter>
</Dialog>
)
Expand Down

0 comments on commit e139112

Please sign in to comment.