xtrinch / fcm-django

FCM Django: Send push notifications via django to websites, iOS & android mobile devices through FCM (Firebase Cloud Messaging)
http://fcm-django.readthedocs.io/
MIT License
775 stars 196 forks source link

Please make the AppConfig's verbose_name configurable #95

Closed ataylor32 closed 5 years ago

ataylor32 commented 5 years ago

This is the way the class appears at the time of this writing:

class FcmDjangoConfig(AppConfig):
    name = 'fcm_django'
    verbose_name = _('FCM Django')

Are you willing to make verbose_name configurable? I'm working on a project where the site owner would prefer to have it named "Firebase Cloud Messaging" instead.

xtrinch commented 5 years ago

Ofcourse. Care to submit a pull request?