perf: change some translation

This commit is contained in:
ibuler
2024-03-29 15:29:04 +08:00
parent 3426f650fa
commit 56193f833f
7 changed files with 106 additions and 78 deletions

View File

@@ -6,5 +6,5 @@ class ActionChoices(models.TextChoices):
reject = 'reject', _('Reject')
accept = 'accept', _('Accept')
review = 'review', _('Review')
warning = 'warning', _('Warning')
notice = 'notice', _('Notifications')
warning = 'warning', _('Warn')
notice = 'notice', _('Notify')