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

@ -117,7 +117,7 @@ class WebhookListPage extends BaseListPage {
},
},
{
title: i18next.t("webhook:URL"),
title: i18next.t("general:URL"),
dataIndex: "url",
key: "url",
width: "300px",
@ -134,7 +134,7 @@ class WebhookListPage extends BaseListPage {
},
},
{
title: i18next.t("webhook:Method"),
title: i18next.t("general:Method"),
dataIndex: "method",
key: "method",
width: "120px",