Skip to content

Commit

Permalink
对比的分支已同步
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaloop committed Nov 10, 2024
1 parent f506f08 commit 5ca805b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/src/ui/history/compare.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,13 +226,11 @@ export class CompareSidebar extends React.Component<
emptyListMessage =
formState.comparisonMode === ComparisonMode.Ahead ? (
<p>
The compared branch (<Ref>{currentlyComparedBranchName}</Ref>) is up
to date with your branch
所选分支 (<Ref>{currentlyComparedBranchName}</Ref>) 已与当前分支同步
</p>
) : (
<p>
Your branch is up to date with the compared branch (
<Ref>{currentlyComparedBranchName}</Ref>)
当前分支已与所选分支 (<Ref>{currentlyComparedBranchName}</Ref>) 同步
</p>
)
}
Expand Down

0 comments on commit 5ca805b

Please sign in to comment.