diff --git a/app/src/ui/app-error.tsx b/app/src/ui/app-error.tsx index ae06ac7d7d..c99eb5950a 100644 --- a/app/src/ui/app-error.tsx +++ b/app/src/ui/app-error.tsx @@ -119,7 +119,7 @@ export class AppError extends React.Component { if (retryAction && retryAction.type === RetryActionType.Clone) { return (

- Would you like to retry cloning {retryAction.name}? + 需要重试克隆 {retryAction.name} 吗?

) }