Skip to content

Commit

Permalink
[translations]Updated translations keys, comment #247
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrocha committed Dec 16, 2024
1 parent f8a27ca commit 1da86ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions incidents/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def queryset(self, request, queryset):

# filter by action
class ActionFlagFilter(SimpleListFilter):
title = _("Action flag")
title = _("Activity")
parameter_name = "action_flag"

def lookups(self, request, model_admin):
Expand Down Expand Up @@ -140,7 +140,7 @@ def has_delete_permission(self, request, obj=None):
def has_view_permission(self, request, obj=None):
return request.user.is_superuser

@admin.display(description=_("Action flag"))
@admin.display(description=_("Activity"))
def _action_flag(self, obj):
return ACTION_FLAG_CHOICES[obj.action_flag]

Expand Down

0 comments on commit 1da86ce

Please sign in to comment.