0
0
Fork 0

Change web UI "posts" to "toots" on profile for consistency (#6447)

This commit is contained in:
Eugen Rochko 2018-02-09 00:27:18 +01:00 committed by GitHub
parent 76f3d5d16b
commit 2ef9d0e101
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -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>