From 3cdc331530ca1bd037104071427f9238a54b3fc3 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 13 Jan 2025 13:55:37 +0530 Subject: [PATCH] feat(chinese): restart recording session alert --- public/locales/zh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/zh.json b/public/locales/zh.json index e16ab7ea..105adff8 100644 --- a/public/locales/zh.json +++ b/public/locales/zh.json @@ -229,7 +229,7 @@ "modal": { "confirm_discard": "您确定要放弃此录制吗?", "confirm_reset": "您确定要重置吗?", - "reset_warning": "这将清除所有当前捕获并返回首页。您的录制不会被放弃。" + "reset_warning": "这将清除当前会话中的所有先前捕获。录制会话将针对同一网站重新启动。" }, "notifications": { "terminated": "当前录制已终止",