Skip to content

Commit

Permalink
重试克隆
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaloop committed Jun 27, 2024
1 parent 3dfe59b commit 4b97279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/ui/app-error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class AppError extends React.Component<IAppErrorProps, IAppErrorState> {
if (retryAction && retryAction.type === RetryActionType.Clone) {
return (
<p>
Would you like to retry cloning <Ref>{retryAction.name}</Ref>?
需要重试克隆 <Ref>{retryAction.name}</Ref> 吗?
</p>
)
}
Expand Down

0 comments on commit 4b97279

Please sign in to comment.