Remove whitespace

This commit is contained in:
2019-04-08 16:43:52 +02:00
parent 08de073464
commit 61b1ab0c20

View File

@@ -36,7 +36,8 @@ ZENCODER_NOTIFICATIONS_URL = 'http://zencoderfetcher/'
# message: 'string', any text, it gets markdowned.
# icon: 'string', any icon in font-pillar. e.g. 'pi-heart-filled'
UI_ANNOUNCEMENT_NON_SUBSCRIBERS = {
'category' : 'danger',
'message' : 'Spring will swing away the gray clouds, until then, [take cover under Blender Cloud](https://cloud.blender.org)!',
'icon' : 'pi-heart-filled',
'category': 'danger',
'message': 'Spring will swing away the gray clouds, until then, '
'[take cover under Blender Cloud](https://cloud.blender.org)!',
'icon': 'pi-heart-filled',
}