From 49fbcffc9c4e98ff8e4643c0f316fb1e8f6292cd Mon Sep 17 00:00:00 2001 From: rekirt Date: Wed, 23 Jul 2025 14:22:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=94=E7=94=A8=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/zh_CN/element/string.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customdialoggatherssample/src/main/resources/zh_CN/element/string.json b/customdialoggatherssample/src/main/resources/zh_CN/element/string.json index 10fff27..3ae8b55 100644 --- a/customdialoggatherssample/src/main/resources/zh_CN/element/string.json +++ b/customdialoggatherssample/src/main/resources/zh_CN/element/string.json @@ -10,7 +10,7 @@ }, { "name": "EntryAbility_label", - "value": "自定义弹窗集合" + "value": "自定义弹窗合集" } ] } \ No newline at end of file -- Gitee