Citadel: Fix typo

closes #144
This commit is contained in:
Adrian Moennich 2021-06-09 14:19:17 +02:00
parent 13225a548a
commit 6f022b9f15
2 changed files with 4 additions and 4 deletions

View File

@ -92,7 +92,7 @@ class CitadelProvider(IndicoSearchProvider):
placeholders = {
'title': ('_data.title', _('The title 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

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-05-26 17:54+0200\n"
"POT-Creation-Date: 2021-06-09 14:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -98,8 +98,8 @@ msgid ""
" people to get incomplete search results during that time."
msgstr ""
#: indico_citadel/search.py:94
msgid "The title an event, contribution, etc.)"
#: indico_citadel/search.py:95
msgid "The title of an event, contribution, etc.)"
msgstr ""
#: indico_citadel/search.py:95