feat: improve frontend i18n strings

This commit is contained in:
Yang Luo
2025-03-21 21:03:29 +08:00
parent 81102f8298
commit af55d0547f
31 changed files with 634 additions and 288 deletions

View File

@ -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>
{