Skip to content

Commit 45f47dc

Browse files
authored
Merge pull request #892 from Codeinwp/feat/opml-service/1408
feat: Clarify the exclusion field title
2 parents faf210c + 4db9abc commit 45f47dc

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
@@ -1748,7 +1748,7 @@ private function get_dashboard_strings() {
17481748
'<a class="inline-block text-purple-gray underline" target=”_blank” href="https://docs.optimole.com/article/1191-exclude-from-optimizing-or-lazy-loading">',
17491749
'</a>'
17501750
),
1751-
'exclude_title_optimize' => __( 'Don\'t optimize images if', 'optimole-wp' ),
1751+
'exclude_title_optimize' => __( 'Don\'t optimize and don\'t lazy-load images if', 'optimole-wp' ),
17521752
'exclude_url_desc' => sprintf(
17531753
/* translators: 1 is the starting bold tag, 2 is the ending bold tag */ __( '%1$sPage url%2$s contains', 'optimole-wp' ),
17541754
'<strong>',

0 commit comments

Comments
 (0)