perf: Face translate

This commit is contained in:
feng
2025-06-12 18:53:15 +08:00
committed by ZhaoJiSen
parent 4e7cd37c1d
commit 61c54314d7
13 changed files with 40 additions and 39 deletions

View File

@@ -9,6 +9,6 @@ class ActionChoices(models.TextChoices):
warning = 'warning', _('Warn')
notice = 'notice', _('Notify')
notify_and_warn = 'notify_and_warn', _('Prompt and warn')
face_verify = 'face_verify', _('Face Verify')
face_online = 'face_online', _('Face Online')
face_verify = 'face_verify', _('Face verify')
face_online = 'face_online', _('Face online')
change_secret = 'change_secret', _('Change password')