Skip to content

Commit

Permalink
Fix A Typo (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibo-Joshi committed Nov 16, 2020
1 parent 8067ccc commit 89af790
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/texts.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@
Question.NICKNAME: 'Wie lautet der Spitzname dieses AkaBlas-Mitglieds?',
Question.FULL_NAME: 'Wie lautet der volle Name dieses AkaBlas-Mitglieds?',
Question.JOINED: 'Seit welchem Jahr ist dieses AkaBlas-Mitglied bei AkaBlas?',
Question.FUNCTIONS: 'Welches Amt dieses Mitglied von AkaBlas (ggf. unter anderem) inne?',
Question.FUNCTIONS: 'Welches Amt hat dieses Mitglied von AkaBlas (ggf. unter anderem) '
'inne?',
},
Question.JOINED: {
Question.ADDRESS: 'Wo wohnt ein AkaBlas-Mitglied, das seit {hint} bei AkaBlas ist?',
Expand Down Expand Up @@ -366,7 +367,8 @@
Question.FULL_NAME: 'Wie lautet der volle Name dieses AkaBlas-Mitglieds?',
Question.JOINED: 'Seit welchem Jahr ist dieses AkaBlas-Mitglied bei AkaBlas? Bitte gib '
'das Jahr im Format "JJJJ" ein.',
Question.FUNCTIONS: 'Welches Amt dieses Mitglied von AkaBlas (ggf. unter anderem) inne?',
Question.FUNCTIONS: 'Welches Amt hat dieses Mitglied von AkaBlas (ggf. unter anderem) '
'inne?',
},
Question.JOINED: {
Question.ADDRESS: 'Wo wohnt ein AkaBlas-Mitglied, das seit {hint} bei AkaBlas ist?',
Expand Down

0 comments on commit 89af790

Please sign in to comment.