Merge pull request #394 from ticky/email-reblog-to-boost
"Reblog" -> "boost" in more places
This commit is contained in:
commit
9bb1b97d2a
3 changed files with 5 additions and 5 deletions
|
@ -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} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue