| @@ -49,9 +49,9 @@ | ||
| 49 | 49 | <?php esc_html_e('JavaScript Execution Mode', 'searchpro'); ?> |
| 50 | 50 | </h3> |
| 51 | 51 | <div class="berq-box-content"> |
| 52 | 52 | <p> |
| 53 | - <?php esc_html_e("$plugin_name offers different JavaScript optimization modes, so every JavaScript-heavy website can unlock its true potential.", 'searchpro'); ?> | |
| 53 | + <?php printf( /* translators: %s: Plugin name */ esc_html__('%s offers different JavaScript optimization modes, so every JavaScript-heavy website can unlock its true potential.', 'searchpro'), esc_html($plugin_name) ); ?> | |
| 54 | 54 | </p> |
| 55 | 55 | <label class="berq-check"> |
| 56 | 56 | <input type="radio" name="berqwp_javascript_execution_mode" value="4" <?php echo get_option('berqwp_javascript_execution_mode') == 4 ? 'checked' : ''; ?>> |
| 57 | 57 | <?php esc_html_e('Flora - High Compatibility (Default)', 'searchpro'); ?> |