Skip to content
Snippets Groups Projects
Verified Commit 785efa76 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix name translation.

parent 5622b6ca
No related branches found
No related tags found
No related merge requests found
from django.apps import AppConfig from django.apps import AppConfig
from django.utils.translation import ugettext as _
class SchILDNRWConfig(AppConfig): class SchILDNRWConfig(AppConfig):
name = 'biscuit.apps.schild_nrw' name = 'biscuit.apps.schild_nrw'
verbose_name = 'BiscuIT - ' + _('SchILD-NRW interface') verbose_name = 'BiscuIT - SchILD-NRW interface'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment