We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bac717 commit f1f239cCopy full SHA for f1f239c
django_celery_beat/admin.py
@@ -281,7 +281,7 @@ class PeriodicTaskInline(admin.TabularInline):
281
can_delete = False
282
extra = 0
283
show_change_link = True
284
- verbose_name = "Periodic Tasks Using This Schedule"
+ verbose_name = _("Periodic Tasks Using This Schedule")
285
verbose_name_plural = verbose_name
286
287
def has_add_permission(self, request, obj):
0 commit comments