mirror of
				https://github.com/tooot-app/app
				synced 2025-06-05 22:19:13 +02:00 
			
		
		
		
	Add string for #631
This commit is contained in:
		| @@ -32,7 +32,8 @@ const HeaderSharedReplies: React.FC = () => { | ||||
|         color: colors.secondary | ||||
|       }} | ||||
|     > | ||||
|       Replies | ||||
|       <> | ||||
|         {t('shared.header.shared.replies')} | ||||
|         {excludeMentions.current.map((mention, index) => ( | ||||
|           <Fragment key={index}> | ||||
|             {' '} | ||||
| @@ -43,6 +44,7 @@ const HeaderSharedReplies: React.FC = () => { | ||||
|             /> | ||||
|           </Fragment> | ||||
|         ))} | ||||
|       </> | ||||
|     </CustomText> | ||||
|   ) : null | ||||
| } | ||||
|   | ||||
| @@ -122,6 +122,7 @@ | ||||
|         "muted": { | ||||
|           "accessibilityLabel": "Toot muted" | ||||
|         }, | ||||
|         "replies": "Replies", | ||||
|         "visibility": { | ||||
|           "direct": { | ||||
|             "accessibilityLabel": "Toot is a direct message" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user