Skip to content
Snippets Groups Projects
Commit 2d72a806 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Merge branch 'typo-fix-allgemein' into 'master'

Fix typo

See merge request Teckids/team-sysadmin/ticdesk!59
parents 14b4137f 250997ee
No related branches found
No related tags found
1 merge request!59Fix typo
......@@ -209,7 +209,7 @@ msgid "Diese E-Mail-Adresse ist bereits belegt!"
msgstr "This mail address is already taken!"
#: models.py:147
msgid "Allegemeine Teams"
msgid "Allgemeine Teams"
msgstr ""
#: models.py:149
......
......@@ -204,7 +204,7 @@ class TeckidsGroup(ldapdb.models.Model, TeckidsLdapMixin):
@property
def group_type(self):
if self.cn.startswith('team-'):
return ('team', _('Allegemeine Teams'))
return ('team', _('Allgemeine Teams'))
elif self.cn.startswith('thema-'):
return ('topic', _('Thementeams'))
elif self.cn.startswith('news-'):
......
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