We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04adfa8 commit edc0c39Copy full SHA for edc0c39
1 file changed
classes/Visualizer/Module/Admin.php
@@ -1356,6 +1356,8 @@ public function add_black_friday_data( $configs ) {
1356
$cta_label = __( 'Reactivate now', 'visualizer' );
1357
} else {
1358
$config['title'] = __( 'Visualizer Pro: 60% off this week', 'visualizer' );
1359
+ // translators: %s is the discount percentage.
1360
+ $config['upgrade_menu_text'] = sprintf( __( 'BF Sale - %s off', 'visualizer' ), '60%' );
1361
}
1362
1363
$url_params = array(
0 commit comments