Skip to content

Commit ce292ff

Browse files
author
Soare Robert-Daniel
committed
refactor: change Black Friday labels to Neve promotion
1 parent bc4e194 commit ce292ff

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

menu-icons.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -269,15 +269,13 @@ public static function add_black_friday_data( $configs ) {
269269
$config = $configs['default'];
270270
$product_slug = basename(dirname(__FILE__));
271271

272-
// translators: %1$s - plugin name, %2$s - HTML tag, %3$s - discount, %4$s - HTML tag, %5$s - company name.
273-
$message_template = __( 'Brought to you by the team behind %1$s— our biggest sale of the year is here: %2$sup to %3$s OFF%4$s on premium products from %5$s! Limited-time only.', 'menu-icons' );
274-
275-
$config['message'] = sprintf( $message_template, 'Menu Icons', '<strong>', '70%', '</strong>', '<strong>Themeisle</strong>' );
272+
$config['message'] = __( 'You use Menu Icons. Get more menu control with Neve Pro: advanced header builder, sticky navigation, custom layouts. Built by the same team.', 'menu-icons' );
273+
$config['cta_label'] = __( 'Get Neve Pro free', 'menu-icons' );
276274
$config['sale_url'] = add_query_arg(
277275
array(
278276
'utm_term' => 'free',
279277
),
280-
tsdk_translate_link( tsdk_utmify( 'https://themeisle.link/all-bf', 'bfcm', 'menu-icons' ) )
278+
tsdk_translate_link( tsdk_utmify( 'https://themeisle.link/neve-bf', 'bfcm', 'menu-icons' ) )
281279
);
282280

283281
$configs[ $product_slug ] = $config;

0 commit comments

Comments
 (0)