Fix translation.

This commit is contained in:
Gucheng Wang
2021-12-18 11:42:56 +08:00
parent 318cf52b33
commit 16cc64f08d
9 changed files with 137 additions and 4 deletions

View File

@ -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',