Change web UI "posts" to "toots" on profile for consistency (#6447)
This commit is contained in:
parent
76f3d5d16b
commit
2ef9d0e101
3 changed files with 4 additions and 4 deletions
|
@ -122,7 +122,7 @@ export default class ActionBar extends React.PureComponent {
|
|||
|
||||
<div className='account__action-bar-links'>
|
||||
<Link className='account__action-bar__tab' to={`/accounts/${account.get('id')}`}>
|
||||
<span><FormattedMessage id='account.posts' defaultMessage='Posts' /></span>
|
||||
<span><FormattedMessage id='account.posts' defaultMessage='Toots' /></span>
|
||||
<strong><FormattedNumber value={account.get('statuses_count')} /></strong>
|
||||
</Link>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue