Change the string "Hide everything from …" to "Block domain …" in web UI (#13178)
Blocking a domain is closer to blocking all its users than to a mute action.
This commit is contained in:
		
							parent
							
								
									d081a80cff
								
							
						
					
					
						commit
						39453de232
					
				
					 5 changed files with 17 additions and 17 deletions
				
			
		| 
						 | 
				
			
			@ -32,8 +32,8 @@ const messages = defineMessages({
 | 
			
		|||
  admin_account: { id: 'status.admin_account', defaultMessage: 'Open moderation interface for @{name}' },
 | 
			
		||||
  admin_status: { id: 'status.admin_status', defaultMessage: 'Open this status in the moderation interface' },
 | 
			
		||||
  copy: { id: 'status.copy', defaultMessage: 'Copy link to status' },
 | 
			
		||||
  blockDomain: { id: 'account.block_domain', defaultMessage: 'Hide everything from {domain}' },
 | 
			
		||||
  unblockDomain: { id: 'account.unblock_domain', defaultMessage: 'Unhide {domain}' },
 | 
			
		||||
  blockDomain: { id: 'account.block_domain', defaultMessage: 'Block domain {domain}' },
 | 
			
		||||
  unblockDomain: { id: 'account.unblock_domain', defaultMessage: 'Unblock domain {domain}' },
 | 
			
		||||
  unmute: { id: 'account.unmute', defaultMessage: 'Unmute @{name}' },
 | 
			
		||||
  unblock: { id: 'account.unblock', defaultMessage: 'Unblock @{name}' },
 | 
			
		||||
});
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue