mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
tweak(Settings): Adjust text for notification module support banner
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user