Skip to content

Commit 4db9abc

Browse files
feat: Clarify the exclusion field title
1 parent e4ff594 commit 4db9abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1743,7 +1743,7 @@ private function get_dashboard_strings() {
17431743
'<a class="inline-block text-purple-gray underline" target=”_blank” href="https://docs.optimole.com/article/1191-exclude-from-optimizing-or-lazy-loading">',
17441744
'</a>'
17451745
),
1746-
'exclude_title_optimize' => __( 'Don\'t optimize images if', 'optimole-wp' ),
1746+
'exclude_title_optimize' => __( 'Don\'t optimize and don\'t lazy-load images if', 'optimole-wp' ),
17471747
'exclude_url_desc' => sprintf(
17481748
/* translators: 1 is the starting bold tag, 2 is the ending bold tag */ __( '%1$sPage url%2$s contains', 'optimole-wp' ),
17491749
'<strong>',

0 commit comments

Comments
 (0)