@ -148,22 +149,22 @@ class ColumnHeader extends React.PureComponent {
}
if(multiColumn&&pinned){
pinButton=<buttonkey='pin-button'className='text-btn column-header__setting-btn'onClick={this.handlePin}><iclassName='fa fa fa-times'/><FormattedMessageid='column_header.unpin'defaultMessage='Unpin'/></button>;
pinButton=<buttonkey='pin-button'className='text-btn column-header__setting-btn'onClick={this.handlePin}><iclassName='fa fa fa-plus'/><FormattedMessageid='column_header.pin'defaultMessage='Pin'/></button>;
<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+<iclassName='fa fa-retweet'/></span> }} />
<FormattedMessageid='boost_modal.combo'defaultMessage='You can press {combo} to skip this next time'values={{combo:<span>Shift+<Iconid='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+<iclassName='fa fa-star'/></span> }} /></div>
<div><FormattedMessageid='favourite_modal.combo'defaultMessage='You can press {combo} to skip this next time'values={{combo:<span>Shift+<Iconid='star'/></span> }} /></div>