Citadel: Fix another typo 🙈

This commit is contained in:
Adrian Moennich 2021-06-09 15:02:32 +02:00
parent 6f022b9f15
commit e7b5a8df56
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ class CitadelProvider(IndicoSearchProvider):
placeholders = {
'title': ('_data.title', _('The title of an event, contribution, etc.)')),
'title': ('_data.title', _('The title of an event, contribution, etc.')),
'person': ('_data.persons_index.name', _("A speaker, author or event chair's name")),
'affiliation': ('_data.persons_index.affiliation', _("A speaker, author or event chair's affiliation")),
'type': ('type_any', _('An entry type (such as conference, meeting, file, etc.)')),

View File

@ -99,7 +99,7 @@ msgid ""
msgstr ""
#: indico_citadel/search.py:95
msgid "The title of an event, contribution, etc.)"
msgid "The title of an event, contribution, etc."
msgstr ""
#: indico_citadel/search.py:95