# if ( data.label ) { #>
{{{ data.label }}}
<#
}
let notice = wp.i18n.sprintf( wp.i18n.__( 'The %1$s widget has been deprecated since %2$s %3$s.', 'elementor' ), data.widget, data.plugin, data.since );
if ( data.replacement ) {
notice += '
' + wp.i18n.sprintf( wp.i18n.__( 'It has been replaced by %1$s.', 'elementor' ), data.replacement );
}
if ( data.last ) {
notice += '
' + wp.i18n.sprintf( wp.i18n.__( 'Note that %1$s will be completely removed once %2$s %3$s is released.', 'elementor' ), data.widget, data.plugin, data.last );
}
#>