{ alert.icon && (
) }
{ alert.title }
{ numberOfAlerts > 1 && (
{ interpolateComponents( {
mixedString: __(
'{{current /}} of {{total /}}',
'woocommerce-admin'
),
components: {
current: (
{ currentIndex + 1 }
),
total: (
{ numberOfAlerts }
),
},
} ) }
) }