From 30758f7cd402e8bb00dd301cd40b5dd92abccd2f Mon Sep 17 00:00:00 2001 From: h30034439 Date: Tue, 12 Mar 2024 17:08:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=9C=AA=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E5=AD=97=E4=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: h30034439 --- entry/src/main/resources/base/element/string.json | 8 -------- entry/src/main/resources/en_US/element/string.json | 8 -------- entry/src/main/resources/zh_CN/element/string.json | 8 -------- 3 files changed, 24 deletions(-) diff --git a/entry/src/main/resources/base/element/string.json b/entry/src/main/resources/base/element/string.json index abe9cdf..6b19f2a 100644 --- a/entry/src/main/resources/base/element/string.json +++ b/entry/src/main/resources/base/element/string.json @@ -144,14 +144,6 @@ "name": "PreviousStep", "value": "Back" }, - { - "name": "textManageSuccessContentVal1", - "value": "%s" - }, - { - "name": "textManageSuccessContentVal2", - "value": "%s" - }, { "name": "textManageSuccessContent", "value": "If you have any questions, please contact your %s." diff --git a/entry/src/main/resources/en_US/element/string.json b/entry/src/main/resources/en_US/element/string.json index 444cc29..fd92f3e 100644 --- a/entry/src/main/resources/en_US/element/string.json +++ b/entry/src/main/resources/en_US/element/string.json @@ -144,14 +144,6 @@ "name": "PreviousStep", "value": "Back" }, - { - "name": "textManageSuccessContentVal1", - "value": "%s" - }, - { - "name": "textManageSuccessContentVal2", - "value": "%s" - }, { "name": "textManageSuccessContent", "value": "If you have any questions, please contact your %s." diff --git a/entry/src/main/resources/zh_CN/element/string.json b/entry/src/main/resources/zh_CN/element/string.json index 97c46ab..eb2c6c3 100644 --- a/entry/src/main/resources/zh_CN/element/string.json +++ b/entry/src/main/resources/zh_CN/element/string.json @@ -144,14 +144,6 @@ "name": "PreviousStep", "value": "上一步" }, - { - "name": "textManageSuccessContentVal1", - "value": "%s" - }, - { - "name": "textManageSuccessContentVal2", - "value": "%s" - }, { "name": "textManageSuccessContent", "value": "如有疑问,请与您的%s联系。" -- Gitee