<FormattedMessageid='account.moved_to'defaultMessage='{name} has moved to:'values={{name:<bdi><strongdangerouslySetInnerHTML={displayNameHtml}/></bdi> }} />
@ -91,7 +92,7 @@ class BoostModal extends ImmutablePureComponent {
{missingMediaDescription?
<FormattedMessageid='boost_modal.missing_description'defaultMessage='This toot contains some media without description'/>
:
<FormattedMessageid='boost_modal.combo'defaultMessage='You can press {combo} to skip this next time'values={{combo:<span>Shift+<i className='fa fa-retweet' /></span> }} />
<FormattedMessageid='boost_modal.combo'defaultMessage='You can press {combo} to skip this next time'values={{combo:<span>Shift+<Icon id='retweet' /></span> }} />
@ -76,7 +77,7 @@ class FavouriteModal extends ImmutablePureComponent {
</div>
<divclassName='favourite-modal__action-bar'>
<div><FormattedMessageid='favourite_modal.combo'defaultMessage='You can press {combo} to skip this next time'values={{combo:<span>Shift+<i className='fa fa-star' /></span> }} /></div>
<div><FormattedMessageid='favourite_modal.combo'defaultMessage='You can press {combo} to skip this next time'values={{combo:<span>Shift+<Icon id='star' /></span> }} /></div>