1
0
mirror of https://github.com/tooot-app/app synced 2025-01-31 10:44:58 +01:00

Add string for #631

This commit is contained in:
xmflsct 2022-12-31 02:08:33 +01:00
parent 7ccfdc7562
commit f0734e52e7
2 changed files with 14 additions and 11 deletions

View File

@ -32,7 +32,8 @@ const HeaderSharedReplies: React.FC = () => {
color: colors.secondary color: colors.secondary
}} }}
> >
Replies <>
{t('shared.header.shared.replies')}
{excludeMentions.current.map((mention, index) => ( {excludeMentions.current.map((mention, index) => (
<Fragment key={index}> <Fragment key={index}>
{' '} {' '}
@ -43,6 +44,7 @@ const HeaderSharedReplies: React.FC = () => {
/> />
</Fragment> </Fragment>
))} ))}
</>
</CustomText> </CustomText>
) : null ) : null
} }

View File

@ -122,6 +122,7 @@
"muted": { "muted": {
"accessibilityLabel": "Toot muted" "accessibilityLabel": "Toot muted"
}, },
"replies": "Replies",
"visibility": { "visibility": {
"direct": { "direct": {
"accessibilityLabel": "Toot is a direct message" "accessibilityLabel": "Toot is a direct message"