diff --git a/billard/admin.py b/billard/admin.py index 8755696..1a296af 100644 --- a/billard/admin.py +++ b/billard/admin.py @@ -94,7 +94,7 @@ class AccountingAdmin(admin.ModelAdmin): return True return False - @admin.action(description='Markiere selektierte als bezahlt') + @admin.action(description='Ausgewählte Buchhaltungseinträge als bezahlt markieren') def mark_billed(self, request, queryset): queryset.update(billed=True)