diff --git a/modules/notifications/notifications.php b/modules/notifications/notifications.php index 0a5f527b..1ed79cb2 100644 --- a/modules/notifications/notifications.php +++ b/modules/notifications/notifications.php @@ -31,7 +31,7 @@ public function __construct() { $args = array( 'title' => __( 'Notifications', 'edit-flow' ), 'short_description' => __( 'Update your team of important changes to your content.', 'edit-flow' ), - 'extended_description' => __( 'With email notifications, you can keep everyone updated about what’s happening with a given content. Each status change or editorial comment sends out an email notification to users subscribed to a post. User groups can be used to manage who receives notifications on what.', 'edit-flow' ), + 'extended_description' => __( 'With email notifications, you can keep everyone updated about what’s happening with a given content. Each status change or editorial comment sends out an email notification to users subscribed to a post. User groups can be used to manage who receives notifications on what. With webhook notifications, all notifications will also be sent to the specified webhook URL(i.e.: Slack incoming webhooks).', 'edit-flow' ), 'module_url' => $this->module_url, 'img_url' => $this->module_url . 'lib/notifications_s128.png', 'slug' => 'notifications',