Remove i18n duplicates

This commit is contained in:
Gucheng Wang
2023-03-19 01:01:39 +08:00
parent 1de76e4da9
commit 5989c4ff34
39 changed files with 76 additions and 427 deletions

View File

@ -111,7 +111,7 @@ class CertListPage extends BaseListPage {
...this.getColumnSearchProps("displayName"),
},
{
title: i18next.t("cert:Scope"),
title: i18next.t("provider:Scope"),
dataIndex: "scope",
key: "scope",
filterMultiple: false,
@ -122,7 +122,7 @@ class CertListPage extends BaseListPage {
sorter: true,
},
{
title: i18next.t("cert:Type"),
title: i18next.t("provider:Type"),
dataIndex: "type",
key: "type",
filterMultiple: false,