Skip to content

Commit edc0c39

Browse files
author
Soare Robert-Daniel
committed
chore: change plugin menu upsell label for BF
1 parent 04adfa8 commit edc0c39

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
@@ -1356,6 +1356,8 @@ public function add_black_friday_data( $configs ) {
13561356
$cta_label = __( 'Reactivate now', 'visualizer' );
13571357
} else {
13581358
$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%' );
13591361
}
13601362

13611363
$url_params = array(

0 commit comments

Comments
 (0)