Skip to content

Commit

Permalink
Update texts
Browse files Browse the repository at this point in the history
  • Loading branch information
ojopaul committed Apr 3, 2024
1 parent 8892bf0 commit 9ef0f10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions languages/publishpress-authors.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PublishPress Authors\n"
"POT-Creation-Date: 2024-04-03 12:26+0000\n"
"POT-Creation-Date: 2024-04-03 14:55+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Anderson Grudtner Martins <[email protected]>\n"
"Language-Team: Anderson Grudtner Martins <[email protected]>\n"
Expand Down Expand Up @@ -982,8 +982,7 @@ msgstr ""
msgid ""
"Create an author profile and a linked user account. This account will be in "
"the \"Guest Author\" role and will not be able to login to the WordPress "
"dashboard or update their profile. This option is best for compatibility "
"with other themes and plugins."
"dashboard or update their profile."
msgstr ""

#: src/core/Classes/Author_Editor.php:698
Expand Down
2 changes: 1 addition & 1 deletion src/core/Classes/Author_Editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ public static function action_new_form_tag()
if ($enable_guest_author_acount) {
$author_type_options['new_user'] = [
'label' => esc_html__('Guest Author With User Account', 'publishpress-authors'),
'description' => esc_html__('Create an author profile and a linked user account. This account will be in the "Guest Author" role and will not be able to login to the WordPress dashboard or update their profile. This option is best for compatibility with other themes and plugins.', 'publishpress-authors'),
'description' => esc_html__('Create an author profile and a linked user account. This account will be in the "Guest Author" role and will not be able to login to the WordPress dashboard or update their profile.', 'publishpress-authors'),
];
}

Expand Down

0 comments on commit 9ef0f10

Please sign in to comment.