"Reblog" -> "boost" in more places

A couple of places were using "reblog" rather than "boost" - this updates them to match the web UI
This commit is contained in:
Jessica Stokes 2017-01-04 18:00:50 -08:00
parent db21724a5a
commit bb033c1d37
No known key found for this signature in database
GPG key ID: E3DE5BE038F70FE9
3 changed files with 5 additions and 5 deletions

View file

@ -71,7 +71,7 @@ const Notification = React.createClass({
<i className='fa fa-fw fa-retweet' style={{ color: '#2b90d9' }} />
</div>
<FormattedMessage id='notification.reblog' defaultMessage='{name} reblogged your status' values={{ name: link }} />
<FormattedMessage id='notification.reblog' defaultMessage='{name} boosted your status' values={{ name: link }} />
</div>
<StatusContainer id={notification.get('status')} muted={true} />