mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-23 22:44:50 +08:00
Remove i18n duplicates
This commit is contained in:
@ -64,7 +64,7 @@ class AccountTable extends React.Component {
|
||||
renderTable(table) {
|
||||
const columns = [
|
||||
{
|
||||
title: i18next.t("provider:Name"),
|
||||
title: i18next.t("general:Name"),
|
||||
dataIndex: "name",
|
||||
key: "name",
|
||||
render: (text, record, index) => {
|
||||
|
Reference in New Issue
Block a user