Skip to content

Commit f65b5a2

Browse files
author
Soare Robert-Daniel
committed
chore: change plugin menu upsell label for BF
1 parent 8225fc7 commit f65b5a2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

classes/Visualizer/Module/Admin.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1487,6 +1487,8 @@ public function add_black_friday_data( $configs ) {
14871487
$cta_label = __( 'Reactivate now', 'visualizer' );
14881488
} else {
14891489
$config['title'] = __( 'Visualizer Pro: 60% off this week', 'visualizer' );
1490+
// translators: %s is the discount percentage.
1491+
$config['upgrade_menu_text'] = sprintf( __( 'BF Sale - %s off', 'visualizer' ), '60%' );
14901492
}
14911493

14921494
$url_params = array(

0 commit comments

Comments
 (0)