mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
Citadel: Fix another typo 🙈
This commit is contained in:
parent
6f022b9f15
commit
e7b5a8df56
@ -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.)')),
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user