We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5cb444 commit 6820cfeCopy full SHA for 6820cfe
1 file changed
inc/admin.php
@@ -934,6 +934,8 @@ function ppom_add_black_friday_data( $configs ) {
934
} else {
935
// translators: %s - discount.
936
$config['title'] = sprintf( __( 'PPOM Pro: %s off this week', 'woocommerce-product-addon' ), '60%' );
937
+ // translators: %s is the discount percentage.
938
+ $config['upgrade_menu_text'] = sprintf( __( 'BF Sale - %s off', 'woocommerce-product-addon' ), '60%' );
939
}
940
941
$url_params = array(
@@ -964,4 +966,4 @@ function ppom_add_black_friday_data( $configs ) {
964
966
return $configs;
965
967
968
-add_filter( 'themeisle_sdk_blackfriday_data', 'ppom_add_black_friday_data' );
969
+add_filter( 'themeisle_sdk_blackfriday_data', 'ppom_add_black_friday_data' );
0 commit comments