separate strings for translation in ListHiddenScreen.tsx (#7827)
This commit is contained in:
@@ -142,15 +142,18 @@ export function ListHiddenScreen({
|
|||||||
Either the creator of this list has blocked you or you have
|
Either the creator of this list has blocked you or you have
|
||||||
blocked the creator.
|
blocked the creator.
|
||||||
</Trans>
|
</Trans>
|
||||||
|
) : isOwner ? (
|
||||||
|
<Trans>
|
||||||
|
This list – created by you – contains possible violations of
|
||||||
|
Bluesky's community guidelines in its name or description.
|
||||||
|
</Trans>
|
||||||
) : (
|
) : (
|
||||||
<Trans>
|
<Trans>
|
||||||
This list - created by{' '}
|
This list – created by{' '}
|
||||||
<Text style={[a.text_md, !isOwner && a.font_bold]}>
|
<Text style={[a.font_bold]}>
|
||||||
{isOwner
|
{sanitizeHandle(list.creator.handle, '@')}
|
||||||
? _(msg`you`)
|
|
||||||
: sanitizeHandle(list.creator.handle, '@')}
|
|
||||||
</Text>{' '}
|
</Text>{' '}
|
||||||
- contains possible violations of Bluesky's community guidelines
|
– contains possible violations of Bluesky's community guidelines
|
||||||
in its name or description.
|
in its name or description.
|
||||||
</Trans>
|
</Trans>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user