tweak(Settings): Adjust text for notification module support banner

This commit is contained in:
Jagandeep Brar
2021-04-17 03:24:52 -05:00
parent afc018239e
commit 77a207a4b1

View File

@@ -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');
}