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,17 +32,19 @@ const HeaderSharedReplies: React.FC = () => { | ||||
|         color: colors.secondary | ||||
|       }} | ||||
|     > | ||||
|       Replies | ||||
|       {excludeMentions.current.map((mention, index) => ( | ||||
|         <Fragment key={index}> | ||||
|           {' '} | ||||
|           <CustomText | ||||
|             style={{ color: colors.blue, paddingLeft: StyleConstants.Spacing.S }} | ||||
|             children={`@${mention.username}`} | ||||
|             onPress={() => navigation.push('Tab-Shared-Account', { account: mention })} | ||||
|           /> | ||||
|         </Fragment> | ||||
|       ))} | ||||
|       <> | ||||
|         {t('shared.header.shared.replies')} | ||||
|         {excludeMentions.current.map((mention, index) => ( | ||||
|           <Fragment key={index}> | ||||
|             {' '} | ||||
|             <CustomText | ||||
|               style={{ color: colors.blue, paddingLeft: StyleConstants.Spacing.S }} | ||||
|               children={`@${mention.username}`} | ||||
|               onPress={() => navigation.push('Tab-Shared-Account', { account: mention })} | ||||
|             /> | ||||
|           </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