Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Commit

Permalink
Removed incorrect verbose_name_plural from AppConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Aug 4, 2016
1 parent 9cd6348 commit 93ddb9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions django_netjsonconfig/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
class DjangoNetjsonconfigApp(AppConfig):
name = 'django_netjsonconfig'
label = 'django_netjsonconfig'
verbose_name = _('Device Configuration')
verbose_name_plural = _('Device Configurations')
verbose_name = _('Device Configurations')

def connect_signals(self):
"""
Expand Down

0 comments on commit 93ddb9f

Please sign in to comment.