mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 13:20:19 +08:00
Fix translation.
This commit is contained in:
@ -194,7 +194,7 @@ class SyncerListPage extends React.Component {
|
||||
sorter: (a, b) => a.syncInterval.localeCompare(b.syncInterval),
|
||||
},
|
||||
{
|
||||
title: i18next.t("record:Is Enabled"),
|
||||
title: i18next.t("syncer:Is enabled"),
|
||||
dataIndex: 'isEnabled',
|
||||
key: 'isEnabled',
|
||||
width: '120px',
|
||||
|
Reference in New Issue
Block a user