Skip to content

Commit

Permalink
Minor improvements to the text
Browse files Browse the repository at this point in the history
  • Loading branch information
Anderson Grudtner Martins committed Aug 29, 2017
1 parent fea3635 commit e41c529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Site_Admin extends Simple_Checkbox implements Receiver_Interface {
*/
public function __construct() {
$this->name = 'site_admin';
$this->label = __( 'Site Administrator (email)', 'publishpress' );
$this->label = __( 'Site Administrator', 'publishpress' );
$this->option_name = 'receiver_site_admin';

parent::__construct();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ public function publishpress_notif_workflow_help_metabox() {
'field' => __( 'field', 'publishpress' ),
'format_text' => __( 'On each shortcode, you can select one or more fields. If more than one, they will be displayed separated by ", ".', 'publishpress' ),
'available_fields' => __( 'Available fields', 'publishpress' ),
'read_more' => __( 'Documentation', 'publishpress' ),
'read_more' => __( 'Read more...', 'publishpress' ),
],
];

Expand Down

0 comments on commit e41c529

Please sign in to comment.