| @@ -7,9 +7,9 @@ | ||
| 7 | 7 | <div class="berqwp-webp"> |
| 8 | 8 | <div class="berqwp-webp-content"> |
| 9 | 9 | <div class="berq-box-content"> |
| 10 | 10 | <h3 class="berq-box-title"><?php esc_html_e('WebP Conversion', 'searchpro'); ?></h3> |
| 11 | - <p><?php esc_html_e("$plugin_name automatically converts images into the WebP format when creating the page cache. This helps improve website performance by reducing image file sizes without compromising quality. It does not modify the original images.", 'searchpro'); ?></p> | |
| 11 | + <p><?php printf( /* translators: %s: Plugin name */ esc_html__('%s automatically converts images into the WebP format when creating the page cache. This helps improve website performance by reducing image file sizes without compromising quality. It does not modify the original images.', 'searchpro'), esc_html($plugin_name) ); ?></p> | |
| 12 | 12 | <table class="berq-image-settings"> |
| 13 | 13 | <tr> |
| 14 | 14 | <td> |
| 15 | 15 | <p><?php esc_html_e('Max image width:', 'searchpro'); ?></p> |