Skip to content

Commit

Permalink
altera nome plural de events tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelpezzuto committed Aug 30, 2024
1 parent 5a2389c commit ce714f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tracker/migrations/0002_top100articlesfileevent.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 5.0.7 on 2024-08-30 21:27
# Generated by Django 5.0.7 on 2024-08-30 21:52

import django.db.models.deletion
from django.conf import settings
Expand Down Expand Up @@ -87,7 +87,7 @@ class Migration(migrations.Migration):
),
],
options={
"verbose_name_plural": "Top 100 Article File Reports",
"verbose_name_plural": "Top 100 Article File Events",
},
),
]
2 changes: 1 addition & 1 deletion tracker/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def __str__(self):
]

class Meta:
verbose_name_plural = _("Top 100 Article File Reports")
verbose_name_plural = _("Top 100 Article File Events")

@classmethod
def create_or_update(cls, user, file, status, lines, message):
Expand Down

0 comments on commit ce714f0

Please sign in to comment.