feat: reduce i18n items

This commit is contained in:
Yang Luo
2024-12-07 21:22:57 +08:00
parent 1d21c3fa90
commit 922b19c64b
31 changed files with 601 additions and 125 deletions

View File

@ -176,7 +176,7 @@ class MfaAccountTable extends React.Component {
content={<CasdoorAppUrl accessToken={this.props.accessToken} />}
>
<Button type="primary" size="small">
{i18next.t("general:Show URL")}
{i18next.t("general:URL")}
</Button>
</Popover>
</div>

View File

@ -136,7 +136,7 @@ class SigninMethodTable extends React.Component {
options = [
{id: "All", name: i18next.t("general:All")},
{id: "Non-LDAP", name: i18next.t("general:Non-LDAP")},
{id: "Hide-Password", name: i18next.t("general:Hide-Password")},
{id: "Hide password", name: i18next.t("general:Hide password")},
];
}