* Refactor uses of icons to an Icon component in web UI
* Refactor options passed to the Icon component
* Make tests work with absolute component paths
<FormattedMessageid='account.moved_to'defaultMessage='{name} has moved to:'values={{name:<bdi><strongdangerouslySetInnerHTML={displayNameHtml}/></bdi> }} />
@ -105,7 +106,7 @@ class Notification extends ImmutablePureComponent {
<divclassName='notification notification-follow focusable'tabIndex='0'aria-label={notificationForScreenReader(intl,intl.formatMessage({id:'notification.follow',defaultMessage:'{name} followed you'},{name:account.get('acct')}),notification.get('created_at'))}>
@ -74,7 +75,7 @@ class BoostModal extends ImmutablePureComponent {
</div>
<divclassName='boost-modal__action-bar'>
<div><FormattedMessageid='boost_modal.combo'defaultMessage='You can press {combo} to skip this next time'values={{combo:<span>Shift+<i className='fa fa-retweet' /></span> }} /></div>
<div><FormattedMessageid='boost_modal.combo'defaultMessage='You can press {combo} to skip this next time'values={{combo:<span>Shift+<Icon id='retweet' /></span> }} /></div>