fix typo
This commit is contained in:
parent
358f900cdc
commit
52c64b0798
2 changed files with 31 additions and 33 deletions
|
@ -46,7 +46,7 @@ class LocationSlug(SerializableMixin, models.Model):
|
|||
|
||||
class Meta:
|
||||
verbose_name = _('Location with Slug')
|
||||
verbose_name_plural = _('Lucation with Slug')
|
||||
verbose_name_plural = _('Location with Slug')
|
||||
default_related_name = 'locationslugs'
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue