diff --git a/src/modules/multiple-authors/multiple-authors.php b/src/modules/multiple-authors/multiple-authors.php index 25f4f751..18a565cb 100644 --- a/src/modules/multiple-authors/multiple-authors.php +++ b/src/modules/multiple-authors/multiple-authors.php @@ -2322,19 +2322,19 @@ public function settings_maintenance_option($args = []) $actions = [ 'create_post_authors' => [ - 'title' => esc_html__('Create PublishPress Authors profiles for all authors', 'publishpress-authors'), + 'title' => esc_html__('Create PublishPress Authors Profiles for all post authors', 'publishpress-authors'), 'description' => 'If a WordPress user is the author of a post, but does not have a PublishPress Authors profile, this will automatically create a profile for them. Click here for documentation.', 'button_label' => esc_html__('Create missing PublishPress Authors profiles', 'publishpress-authors'), ], 'create_role_authors' => [ - 'title' => esc_html__('Create PublishPress Authors profiles for all users in a role', 'publishpress-authors'), + 'title' => esc_html__('Create PublishPress Authors Profiles for all users in a role', 'publishpress-authors'), 'description' => 'This will find all the users in a role and creates author profiles for them. You can choose the roles using the "Automatically create author profiles" setting. Click here for documentation.', 'button_label' => esc_html__('Create PublishPress Authors profiles', 'publishpress-authors'), ], 'sync_post_author' => [ - 'title' => esc_html__('Synchronize the author and user profile fields', 'publishpress-authors'), + 'title' => esc_html__('Synchronize PublishPress Authors Fields and user profile fields', 'publishpress-authors'), 'description' => 'Description: This will update all the author profile in PublishPress Authors to match the default WordPress fields for each user. Click here for documentation.', 'button_link' => '', 'after' => '
',