diff --git a/src/modules/author-boxes/classes/AuthorBoxesEditorFields.php b/src/modules/author-boxes/classes/AuthorBoxesEditorFields.php index d33c1131..c2bfdb14 100644 --- a/src/modules/author-boxes/classes/AuthorBoxesEditorFields.php +++ b/src/modules/author-boxes/classes/AuthorBoxesEditorFields.php @@ -271,7 +271,7 @@ public static function getNameFields($fields, $post) 'sanitize' => 'sanitize_text_field', 'options' => [ 'after_avatar' => esc_html__('After Avatar', 'publishpress-authors'), - 'infront_of_avatar' => esc_html__('Infront of Avatar', 'publishpress-authors'), + 'infront_of_avatar' => esc_html__('In front of Avatar', 'publishpress-authors'), ], 'tab' => 'name', ];