{ sprintf(
__( 'Conversion rate: %s, the original version is the best.', 'altis' ),
compactMetric( winningVariantData.rate * 100, '%' )
) }
{ __( 'The winning variant will be shown to everyone, you can also convert the block to a standard Synced Pattern using the winning variant using the sidebar controls.' ) }
{ sprintf(
__( 'Variant %s is the winner!', 'altis' ),
getLetter( winningVariantId )
) }
{ sprintf(
__( 'The conversion rate was %s, %s higher than the original.', 'altis' ),
compactMetric( winningVariantData.rate * 100, '%' ),
compactMetric( getLift( winningVariantData.rate, baseVariantData.rate ), '%' )
) }
{ __( 'The winning variant will be shown to everyone, you can also convert the block to a standard Synced Pattern using the winning variant using the sidebar controls.' ) }
) }
{ winningVariantId === null && (
{ __( 'There was no clear winner', 'altis' ) }
{ __( 'There was no statistically significant improvement in the conversion rate between the variants.', 'altis' ) }
{ __( 'You can downgrade to a regular Synced Pattern using the sidebar controls or make some edits and save the block to try the test again.', 'altis' ) }