From 4b97279aec364821ebca6a1db6d9446df2ec1b65 Mon Sep 17 00:00:00 2001 From: zetaloop Date: Fri, 31 May 2024 01:35:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E8=AF=95=E5=85=8B=E9=9A=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/ui/app-error.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} 吗?

) }