Skip to content

Commit b91d020

Browse files
alexiriThiefMaster
authored andcommitted
Fix linter error
1 parent 2fdf0a6 commit b91d020

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

outlook/indico_outlook/plugin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ class OutlookUserPreferences(ExtraUserPreferences):
8282
_('Sync favorite categories with Outlook'),
8383
[HiddenUnless('extra_outlook_active', preserve_data=True)],
8484
widget=SwitchWidget(),
85-
description=_('Add to my Outlook calendar all events in categories (and their subcategories) I mark as favorite'),
85+
description=_('Add to my Outlook calendar all events in categories (and their subcategories) '
86+
'I mark as favorite'),
8687
),
8788
'outlook_status': SelectField(
8889
_('Outlook entry status'),

0 commit comments

Comments
 (0)