Merge pull request #4520 from jumpserver/pr@dev@feat_add_translate

feat: add translate
This commit is contained in:
Chenyang Shen
2024-12-17 17:42:07 +08:00
committed by GitHub

View File

@@ -84,7 +84,7 @@ export default {
currentEdit: '',
biometricFeaturesActions: [
{
title: this.$t('Face'),
title: this.$t('FacialFeatures'),
attrs: {
type: 'primary',
label: this.$store.state.users.profile.is_face_code_set ? this.$t('Unbind') : this.$t('Bind')