| @@ -10,12 +10,12 @@ | ||
| 10 | 10 | <div id="content-delivery-network" <?php bwp_is_tab('content-delivery-network'); ?>> |
| 11 | 11 | <h2 class="berq-tab-title"><?php esc_html_e('Content Delivery Network (CDN)', 'searchpro'); ?></h2> |
| 12 | 12 | <div class="berq-info-box berq-setting-group"> |
| 13 | 13 | <div class="group-container"> |
| 14 | - <h3 class="berq-box-title <?php echo !$berqwp_can_use_cloud ? 'cloud-exclusive' : ''; ?>"><?php esc_html_e("$plugin_name CDN", 'searchpro'); ?></h3> | |
| 14 | + <h3 class="berq-box-title <?php echo !$berqwp_can_use_cloud ? 'cloud-exclusive' : ''; ?>"><?php printf( /* translators: %s: Plugin name */ esc_html__('%s CDN', 'searchpro'), esc_html($plugin_name) ); ?></h3> | |
| 15 | 15 | <div class="berq-box-content berq-setting-toggle"> |
| 16 | 16 | <div class="berq-option-content"> |
| 17 | - <p><?php esc_html_e("$plugin_name CDN delivers static files instantly to enhance website performance and user experience globally.", 'searchpro'); ?></p> | |
| 17 | + <p><?php printf( /* translators: %s: Plugin name */ esc_html__('%s CDN delivers static files instantly to enhance website performance and user experience globally.', 'searchpro'), esc_html($plugin_name) ); ?></p> | |
| 18 | 18 | </div> |
| 19 | 19 | <?php berqwp_render_toggle('berqwp_enable_cdn', get_option('berqwp_enable_cdn')); ?> |
| 20 | 20 | </div> |
| 21 | 21 | </div> |