From d4a2ed241bda5f17189cb27a73fcebc68da98760 Mon Sep 17 00:00:00 2001 From: tongzihan <15671769870@163.com> Date: Tue, 5 Nov 2024 14:22:46 +0800 Subject: [PATCH] rename module.json5/abilities/label --- products/default/src/main/resources/base/element/string.json | 2 +- products/default/src/main/resources/en_US/element/string.json | 2 +- products/default/src/main/resources/zh_CN/element/string.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/products/default/src/main/resources/base/element/string.json b/products/default/src/main/resources/base/element/string.json index f945955..91daa8d 100644 --- a/products/default/src/main/resources/base/element/string.json +++ b/products/default/src/main/resources/base/element/string.json @@ -10,7 +10,7 @@ }, { "name": "EntryAbility_label", - "value": "label" + "value": "评论回复弹窗" } ] } \ No newline at end of file diff --git a/products/default/src/main/resources/en_US/element/string.json b/products/default/src/main/resources/en_US/element/string.json index f945955..041c719 100644 --- a/products/default/src/main/resources/en_US/element/string.json +++ b/products/default/src/main/resources/en_US/element/string.json @@ -10,7 +10,7 @@ }, { "name": "EntryAbility_label", - "value": "label" + "value": "CommentReply" } ] } \ No newline at end of file diff --git a/products/default/src/main/resources/zh_CN/element/string.json b/products/default/src/main/resources/zh_CN/element/string.json index 597ecf9..f822ed4 100644 --- a/products/default/src/main/resources/zh_CN/element/string.json +++ b/products/default/src/main/resources/zh_CN/element/string.json @@ -10,7 +10,7 @@ }, { "name": "EntryAbility_label", - "value": "label" + "value": "评论回复弹窗" } ] } \ No newline at end of file -- Gitee