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

Fix name translation.

parent 64e80fdf
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 AlsijilConfig(AppConfig):
name = 'biscuit.apps.alsijil'
verbose_name = 'BiscuIT - Alsijil (' + _('Class register') + ')'
verbose_name = 'BiscuIT - Alsijil (Class register)'
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