Skip to content

Commit f1f239c

Browse files
thalesbarbosabauvipy
authored andcommitted
feat: enable translation to PeriodicTaskInline verbose name
1 parent 0bac717 commit f1f239c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_celery_beat/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ class PeriodicTaskInline(admin.TabularInline):
281281
can_delete = False
282282
extra = 0
283283
show_change_link = True
284-
verbose_name = "Periodic Tasks Using This Schedule"
284+
verbose_name = _("Periodic Tasks Using This Schedule")
285285
verbose_name_plural = verbose_name
286286

287287
def has_add_permission(self, request, obj):

0 commit comments

Comments
 (0)