mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
feat: improve frontend i18n strings
This commit is contained in:
@ -305,7 +305,7 @@ const FaceRecognitionModal = (props) => {
|
||||
if (maxScore < 0.9) {
|
||||
message.error(i18next.t("login:Face recognition failed"));
|
||||
}
|
||||
}}> {i18next.t("application:Generate faceId")}</Button> : null
|
||||
}}> {i18next.t("application:Generate Face ID")}</Button> : null
|
||||
}
|
||||
</Space>
|
||||
{
|
||||
|
Reference in New Issue
Block a user