From 77a207a4b1733478a2db09d3f552c1c0c7faea12 Mon Sep 17 00:00:00 2001 From: Jagandeep Brar Date: Sat, 17 Apr 2021 03:24:52 -0500 Subject: [PATCH] tweak(Settings): Adjust text for notification module support banner --- lib/modules/settings/core/banners.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/settings/core/banners.dart b/lib/modules/settings/core/banners.dart index ebd996c9..8eeee356 100644 --- a/lib/modules/settings/core/banners.dart +++ b/lib/modules/settings/core/banners.dart @@ -22,7 +22,7 @@ extension SettingsBannersExtension on SettingsBanners { String get body { switch(this) { - case SettingsBanners.NOTIFICATIONS_MODULE_SUPPORT: return 'Webhook-based notifications are currently only supported in the modules listed below. Additional module support will come in the future!'; + case SettingsBanners.NOTIFICATIONS_MODULE_SUPPORT: return 'Webhook-based notifications are currently only supported in the modules listed below.\n\nAdditional module support will come in the future!'; } throw Exception('Invalid SettingsBanners'); }