Skip to content

Commit

Permalink
perf: Translate
Browse files Browse the repository at this point in the history
  • Loading branch information
feng626 committed Aug 30, 2024
1 parent 1602933 commit 9da507b
Show file tree
Hide file tree
Showing 5 changed files with 496 additions and 430 deletions.
2 changes: 1 addition & 1 deletion apps/accounts/tasks/automation.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def execute_automation_record_task(record_ids, tp):

@shared_task(
verbose_name=_('Clean change secret and push record period'),
description=_('Clean change secret and push record period')
description=_('Clean change secret and push record period description')
)
@register_as_period_task(crontab=CRONTAB_AT_AM_THREE)
def clean_change_secret_and_push_record_period():
Expand Down
Loading

0 comments on commit 9da507b

Please sign in to comment.