Skip to content
Snippets Groups Projects
Verified Commit 250997ee authored by magicfelix's avatar magicfelix
Browse files

Fix typo

parent 14b4137f
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!" ...@@ -209,7 +209,7 @@ msgid "Diese E-Mail-Adresse ist bereits belegt!"
msgstr "This mail address is already taken!" msgstr "This mail address is already taken!"
#: models.py:147 #: models.py:147
msgid "Allegemeine Teams" msgid "Allgemeine Teams"
msgstr "" msgstr ""
#: models.py:149 #: models.py:149
......
...@@ -204,7 +204,7 @@ class TeckidsGroup(ldapdb.models.Model, TeckidsLdapMixin): ...@@ -204,7 +204,7 @@ class TeckidsGroup(ldapdb.models.Model, TeckidsLdapMixin):
@property @property
def group_type(self): def group_type(self):
if self.cn.startswith('team-'): if self.cn.startswith('team-'):
return ('team', _('Allegemeine Teams')) return ('team', _('Allgemeine Teams'))
elif self.cn.startswith('thema-'): elif self.cn.startswith('thema-'):
return ('topic', _('Thementeams')) return ('topic', _('Thementeams'))
elif self.cn.startswith('news-'): 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