We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e7b66 commit 42dd87cCopy full SHA for 42dd87c
outlook/indico_outlook/plugin.py
@@ -82,7 +82,8 @@ class OutlookUserPreferences(ExtraUserPreferences):
82
_('Sync favorite categories with Outlook'),
83
[HiddenUnless('extra_outlook_active', preserve_data=True)],
84
widget=SwitchWidget(),
85
- description=_('Add to my Outlook calendar all events in categories (and their subcategories) I mark as favorite'),
+ description=_('Add to my Outlook calendar all events in categories (and their subcategories) '
86
+ 'I mark as favorite'),
87
),
88
'outlook_status': SelectField(
89
_('Outlook entry status'),
0 commit comments