From b5849b6ceb0b00d360621959823bb26ae4733a50 Mon Sep 17 00:00:00 2001 From: blackstar-baba <535650957@qq.com> Date: Thu, 1 Apr 2021 11:14:13 +0800 Subject: [PATCH] fixed title ex when make rule chain root in chinese MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit when make rule chain root in chinese,title display expression like '{{RuleChainName}}' --- ui-ngx/src/assets/locale/locale.constant-zh_CN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/assets/locale/locale.constant-zh_CN.json b/ui-ngx/src/assets/locale/locale.constant-zh_CN.json index bbd7f7b61d..c720981fc6 100644 --- a/ui-ngx/src/assets/locale/locale.constant-zh_CN.json +++ b/ui-ngx/src/assets/locale/locale.constant-zh_CN.json @@ -1943,7 +1943,7 @@ "selected-rulechains": "已选择 { count, plural, 1 {# 个规则链} other {# 个规则链} }", "set-root": "设置为根规则链", "set-root-rulechain-text": "确认之后,规则链将变为根规格链,并将处理所有传入的传输消息。", - "set-root-rulechain-title": "您确定要生成规则链'{{RuleChainName}}'根吗?", + "set-root-rulechain-title": "您确定要生成规则链'{{ruleChainName}}'根吗?", "system": "系统" }, "rulenode": {