Skip to content

Commit 443eb03

Browse files
committed
text improvements
1 parent 46ac944 commit 443eb03

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

classes/suggested-tasks/providers/class-disable-comments.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ public function is_task_completed( $task_id = '' ) {
114114
*/
115115
public function print_popover_instructions() {
116116
?>
117-
<p><?php \esc_html_e( 'If you don\'t need comments on your site, consider disabling them.', 'progress-planner' ); ?></p>
117+
<p><?php \esc_html_e( "If you don't need comments on your site, consider disabling them.", 'progress-planner' ); ?></p>
118+
<p><?php \esc_html_e( 'You can disable new comments by clicking on the button, or disable all comments by installing the Comment-free zone plugin.', 'progress-planner' ); ?></p>
118119
<?php
119120
}
120121

@@ -126,7 +127,7 @@ public function print_popover_instructions() {
126127
public function print_popover_form_contents() {
127128
?>
128129
<button type="submit" class="prpl-button prpl-button-primary" style="color: #fff;">
129-
<?php \esc_html_e( 'Disable comments', 'progress-planner' ); ?>
130+
<?php \esc_html_e( 'Disable new comments', 'progress-planner' ); ?>
130131
</button>
131132
<prpl-install-plugin
132133
data-plugin-name="Comment-free zone"

0 commit comments

Comments
 (0)