Change web UI "posts" to "toots" on profile for consistency (#6447)
This commit is contained in:
		
							parent
							
								
									76f3d5d16b
								
							
						
					
					
						commit
						2ef9d0e101
					
				@ -122,7 +122,7 @@ export default class ActionBar extends React.PureComponent {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
          <div className='account__action-bar-links'>
 | 
					          <div className='account__action-bar-links'>
 | 
				
			||||||
            <Link className='account__action-bar__tab' to={`/accounts/${account.get('id')}`}>
 | 
					            <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>
 | 
					              <strong><FormattedNumber value={account.get('statuses_count')} /></strong>
 | 
				
			||||||
            </Link>
 | 
					            </Link>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -433,7 +433,7 @@
 | 
				
			|||||||
        "id": "account.view_full_profile"
 | 
					        "id": "account.view_full_profile"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        "defaultMessage": "Posts",
 | 
					        "defaultMessage": "Toots",
 | 
				
			||||||
        "id": "account.posts"
 | 
					        "id": "account.posts"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
@ -1659,4 +1659,4 @@
 | 
				
			|||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "path": "app/javascript/mastodon/features/video/index.json"
 | 
					    "path": "app/javascript/mastodon/features/video/index.json"
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
				
			|||||||
@ -13,7 +13,7 @@
 | 
				
			|||||||
  "account.moved_to": "{name} has moved to:",
 | 
					  "account.moved_to": "{name} has moved to:",
 | 
				
			||||||
  "account.mute": "Mute @{name}",
 | 
					  "account.mute": "Mute @{name}",
 | 
				
			||||||
  "account.mute_notifications": "Mute notifications from @{name}",
 | 
					  "account.mute_notifications": "Mute notifications from @{name}",
 | 
				
			||||||
  "account.posts": "Posts",
 | 
					  "account.posts": "Toots",
 | 
				
			||||||
  "account.report": "Report @{name}",
 | 
					  "account.report": "Report @{name}",
 | 
				
			||||||
  "account.requested": "Awaiting approval. Click to cancel follow request",
 | 
					  "account.requested": "Awaiting approval. Click to cancel follow request",
 | 
				
			||||||
  "account.share": "Share @{name}'s profile",
 | 
					  "account.share": "Share @{name}'s profile",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user