You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -770,6 +771,7 @@ public static function _enqueue_assets() {
770
771
'all' => __( 'All', 'menu-icons' ),
771
772
'preview' => __( 'Preview', 'menu-icons' ),
772
773
'settingsInfo' => sprintf(
774
+
// translators: %2$s - a link to the Customizer with the label `the customizer`.
773
775
'<div> %1$s <p>' . esc_html__( 'Please note that the actual look of the icons on the front-end will also be affected by the style of your active theme. You can add your own CSS using %2$s.', 'menu-icons' ) . '</p></div>',
// 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' );
0 commit comments