mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-05 05:41:46 +08:00
Remove i18n duplicates
This commit is contained in:
@ -65,7 +65,7 @@ class ProviderTable extends React.Component {
|
||||
renderTable(table) {
|
||||
let 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