From 010fdcf8abd58bde5c1106db8ed8448effc75b4b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 25 二月 2025 16:37:46 +0800 Subject: [PATCH] 2025-02-25 --- src/tabviews/zshare/actionList/normalbutton/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx index c20b5df..cb4462b 100644 --- a/src/tabviews/zshare/actionList/normalbutton/index.jsx +++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx @@ -428,7 +428,7 @@ } else if (btn.Ot !== 'notRequired' && data[0] && !data[0].$$uuid) { notification.warning({ top: 92, - message: '鏈幏鍙栧埌ID鍊硷紒', + message: dict['id_required'] || '鏈幏鍙栧埌ID鍊硷紒', duration: 5 }) return false -- Gitblit v1.8.0