Skip to content

Commit 9e20cd4

Browse files
committed
adjust description again
1 parent 2d213f0 commit 9e20cd4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

classes/suggested-tasks/providers/class-set-page-about.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ protected function get_title() {
4949
*/
5050
public function print_popover_instructions() {
5151
echo '<p>';
52-
\esc_html_e( 'Your About page tells visitors who you are, what you do, and why they should trust you. Share your story, mission, and the people behind your website to build a personal connection with your audience.', 'progress-planner' );
52+
\esc_html_e( 'Your About page tells your story. It tells your visitors who you are, what your business is, and why your website exists. It humanizes your business by telling visitors about yourself and your team.', 'progress-planner' );
5353
echo '</p>';
5454
echo '<p>';
5555
\esc_html_e( 'You can set this page from the Sidebar on the Page Edit screen.', 'progress-planner' );

classes/suggested-tasks/providers/class-set-page-contact.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ protected function get_title() {
4949
*/
5050
public function print_popover_instructions() {
5151
echo '<p>';
52-
\esc_html_e( 'A Contact page makes it easy for visitors, customers, and potential partners to reach you. Include a contact form, email address, or other ways people can get in touch.', 'progress-planner' );
52+
\esc_html_e( 'A strong contact page is essential for capturing leads and enhancing customer service.', 'progress-planner' );
5353
echo '</p>';
5454
echo '<p>';
5555
\esc_html_e( 'You can set this page from the Sidebar on the Page Edit screen.', 'progress-planner' );

classes/suggested-tasks/providers/class-set-page-faq.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ protected function get_title() {
4949
*/
5050
public function print_popover_instructions() {
5151
echo '<p>';
52-
\esc_html_e( 'An FAQ page answers common questions your visitors have, saving them time and reducing your support workload. It also helps with SEO by targeting long-tail search queries.', 'progress-planner' );
52+
\esc_html_e( 'An FAQ page is essential for quickly answering your visitors’ most common questions. It’s beneficial for e-commerce sites, where customers frequently have questions about products, orders, and return policies.', 'progress-planner' );
5353
echo '</p>';
5454
echo '<p>';
5555
\esc_html_e( 'You can set this page from the Sidebar on the Page Edit screen.', 'progress-planner' );

0 commit comments

Comments
 (0)