Skip to content

Commit

Permalink
Update en translation
Browse files Browse the repository at this point in the history
  • Loading branch information
znick committed Dec 10, 2023
1 parent f6fb3ae commit 74a3ef9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 177 deletions.
2 changes: 1 addition & 1 deletion anytask/issues/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from django.db.models import Q
from django.dispatch import receiver
from django.utils import timezone
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import ugettext as _
from issues.model_issue_field import IssueField
from issues.model_issue_status import IssueStatus
from tasks.models import Task
Expand Down
Loading

0 comments on commit 74a3ef9

Please sign in to comment.