Skip to content

Commit

Permalink
Update module description
Browse files Browse the repository at this point in the history
  • Loading branch information
hanifn committed Jun 14, 2024
1 parent 8c0adc7 commit 5919a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/notifications/notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5919a69

Please sign in to comment.