Change "bot" label to "automated" (#25356)
This commit is contained in:
		
							parent
							
								
									62c996b52d
								
							
						
					
					
						commit
						432a5d2d4b
					
				@ -374,7 +374,7 @@ class Header extends ImmutablePureComponent {
 | 
				
			|||||||
    let badge;
 | 
					    let badge;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (account.get('bot')) {
 | 
					    if (account.get('bot')) {
 | 
				
			||||||
      badge = (<div className='account-role bot'><FormattedMessage id='account.badges.bot' defaultMessage='Bot' /></div>);
 | 
					      badge = (<div className='account-role bot'><FormattedMessage id='account.badges.bot' defaultMessage='Automated' /></div>);
 | 
				
			||||||
    } else if (account.get('group')) {
 | 
					    } else if (account.get('group')) {
 | 
				
			||||||
      badge = (<div className='account-role group'><FormattedMessage id='account.badges.group' defaultMessage='Group' /></div>);
 | 
					      badge = (<div className='account-role group'><FormattedMessage id='account.badges.group' defaultMessage='Group' /></div>);
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
 | 
				
			|||||||
@ -13,7 +13,7 @@
 | 
				
			|||||||
  "about.rules": "Server rules",
 | 
					  "about.rules": "Server rules",
 | 
				
			||||||
  "account.account_note_header": "Note",
 | 
					  "account.account_note_header": "Note",
 | 
				
			||||||
  "account.add_or_remove_from_list": "Add or Remove from lists",
 | 
					  "account.add_or_remove_from_list": "Add or Remove from lists",
 | 
				
			||||||
  "account.badges.bot": "Bot",
 | 
					  "account.badges.bot": "Automated",
 | 
				
			||||||
  "account.badges.group": "Group",
 | 
					  "account.badges.group": "Group",
 | 
				
			||||||
  "account.block": "Block @{name}",
 | 
					  "account.block": "Block @{name}",
 | 
				
			||||||
  "account.block_domain": "Block domain {domain}",
 | 
					  "account.block_domain": "Block domain {domain}",
 | 
				
			||||||
 | 
				
			|||||||
@ -168,7 +168,7 @@ en:
 | 
				
			|||||||
      defaults:
 | 
					      defaults:
 | 
				
			||||||
        autofollow: Invite to follow your account
 | 
					        autofollow: Invite to follow your account
 | 
				
			||||||
        avatar: Avatar
 | 
					        avatar: Avatar
 | 
				
			||||||
        bot: This is a bot account
 | 
					        bot: This is an automated account
 | 
				
			||||||
        chosen_languages: Filter languages
 | 
					        chosen_languages: Filter languages
 | 
				
			||||||
        confirm_new_password: Confirm new password
 | 
					        confirm_new_password: Confirm new password
 | 
				
			||||||
        confirm_password: Confirm password
 | 
					        confirm_password: Confirm password
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user