Skip to content

Commit 4ef18b3

Browse files
author
Soare Robert-Daniel
committed
chore: update labels & link
1 parent 112ee84 commit 4ef18b3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

menu-icons.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,13 +273,14 @@ public static function add_black_friday_data( $configs ) {
273273
return $configs;
274274
}
275275

276-
$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' );
276+
// translators: 1. Number of free licenses, 2. The price of the product.
277+
$config['message'] = sprintf( __( 'You\'re using Menu Icons, and the team behind it is celebrating Black Friday by giving away %1$s licences of Neve Pro. A premium WordPress theme worth %2$s, packed with starter sites, a header builder, and WooCommerce layouts. Claim yours before they run out.', 'menu-icons' ), 100, '$69' );
277278
$config['cta_label'] = __( 'Get Neve Pro free', 'menu-icons' );
278279
$config['sale_url'] = add_query_arg(
279280
array(
280281
'utm_term' => 'free',
281282
),
282-
tsdk_translate_link( tsdk_utmify( 'https://themeisle.link/neve-bf', 'bfcm', 'menu-icons' ) )
283+
tsdk_translate_link( tsdk_utmify( 'https://themeisle.link/neve-claim-bf', 'bfcm', 'menu-icons' ) )
283284
);
284285

285286
$configs[ $product_slug ] = $config;

0 commit comments

Comments
 (0)