Skip to content

Commit

Permalink
Update notifications meta box description
Browse files Browse the repository at this point in the history
Specifically mention that users and user groups are for email notfications
  • Loading branch information
hanifn committed Jun 24, 2024
1 parent caf723f commit 902bc04
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 @@ -346,7 +346,7 @@ public function notifications_meta_box() {
<div id="ef-post_following_box">
<a name="subscriptions"></a>

<p><?php _e( 'Select the users and user groups that should receive notifications when the status of this post is updated or when an editorial comment is added.', 'edit-flow' ); ?></p>
<p><?php _e( 'Select the users and user groups that should receive email notifications when the status of this post is updated or when an editorial comment is added.', 'edit-flow' ); ?></p>
<div id="ef-post_following_users_box">
<h4><?php _e( 'Users', 'edit-flow' ); ?></h4>
<?php
Expand Down

0 comments on commit 902bc04

Please sign in to comment.