Replace hide toot with hide post (#22385)
* Change "Hide toot" to "Hide post" * Update status_action_bar.js Replace "Hide toot" with "Hide post"
This commit is contained in:
		
							parent
							
								
									06f979098c
								
							
						
					
					
						commit
						8cff96d94d
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		|  | @ -37,9 +37,9 @@ const messages = defineMessages({ | |||
|   unpin: { id: 'status.unpin', defaultMessage: 'Unpin from profile' }, | ||||
|   embed: { id: 'status.embed', defaultMessage: 'Embed' }, | ||||
|   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' }, | ||||
|   hide: { id: 'status.hide', defaultMessage: 'Hide toot' }, | ||||
|   admin_status: { id: 'status.admin_status', defaultMessage: 'Open this post in the moderation interface' }, | ||||
|   copy: { id: 'status.copy', defaultMessage: 'Copy link to post' }, | ||||
|   hide: { id: 'status.hide', defaultMessage: 'Hide post' }, | ||||
|   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}' }, | ||||
|  |  | |||
|  | @ -558,7 +558,7 @@ | |||
|   "status.favourite": "Favourite", | ||||
|   "status.filter": "Filter this post", | ||||
|   "status.filtered": "Filtered", | ||||
|   "status.hide": "Hide toot", | ||||
|   "status.hide": "Hide post", | ||||
|   "status.history.created": "{name} created {date}", | ||||
|   "status.history.edited": "{name} edited {date}", | ||||
|   "status.load_more": "Load more", | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue