Improve UI text.

This commit is contained in:
Yang Luo
2021-04-28 00:13:50 +08:00
parent 7a0ed4ebaf
commit 6fbdc556ac
12 changed files with 57 additions and 57 deletions

View File

@ -104,7 +104,7 @@ class ApplicationListPage extends React.Component {
}
},
{
title: i18next.t("general:Created Time"),
title: i18next.t("general:Created time"),
dataIndex: 'createdTime',
key: 'createdTime',
width: '160px',
@ -114,7 +114,7 @@ class ApplicationListPage extends React.Component {
}
},
{
title: i18next.t("general:Display Name"),
title: i18next.t("general:Display name"),
dataIndex: 'displayName',
key: 'displayName',
// width: '100px',