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

Fix name translation.

parent 08a9623b
No related branches found
No related tags found
No related merge requests found
from django.apps import AppConfig
from django.utils.translation import ugettext as _
class UntisConfig(AppConfig):
name = 'biscuit.apps.untis'
verbose_name = 'BiscuIT - ' + _('Untis interface')
verbose_name = 'BiscuIT - Untis interface'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment