[Glitch] Rename toots to posts in various places, add or reword DM warnings
Port part ofbe0bc9acbf
and7e244879fe
to glitch-soc
This commit is contained in:
@ -191,7 +191,7 @@ class AccountCard extends ImmutablePureComponent {
|
||||
<div className='account-card__counters__item'>
|
||||
<ShortNumber value={account.get('statuses_count')} />
|
||||
<small>
|
||||
<FormattedMessage id='account.posts' defaultMessage='Toots' />
|
||||
<FormattedMessage id='account.posts' defaultMessage='Posts' />
|
||||
</small>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user