Skip to content

Commit 511d71e

Browse files
Improve pointer wording for reading flow.
Co-authored-by: Weston Ruter <[email protected]>
1 parent 99dfe2d commit 511d71e

File tree

1 file changed

+1
-1
lines changed
  • plugins/performance-lab/includes/admin

1 file changed

+1
-1
lines changed

plugins/performance-lab/includes/admin/load.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ static function ( string $needed_pointer ) use ( $admin_pointers ): string {
178178

179179
$args['content'] .= '<p>' . sprintf(
180180
/* translators: %s: settings page link */
181-
esc_html__( 'Open %s to individually toggle the performance features and access their settings (if any).', 'performance-lab' ),
181+
esc_html__( 'Open %s to individually toggle the performance features and access any relevant settings.', 'performance-lab' ),
182182
'<a href="' . esc_url( add_query_arg( 'page', PERFLAB_SCREEN, admin_url( 'options-general.php' ) ) ) . '">' . esc_html__( 'Settings > Performance', 'performance-lab' ) . '</a>'
183183
) . '</p>';
184184

0 commit comments

Comments
 (0)