Place (you) before username (#5168)

This commit is contained in:
Miguel Alatzar 2021-02-10 14:11:44 -07:00 committed by GitHub
parent bfcfeff8a4
commit 5101927e45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,12 +137,12 @@ const AtMentionItem = (props: AtMentionItemProps) => {
style={style.rowUsername}
numberOfLines={1}
>
{` @${username}`}
{isCurrentUser &&
<FormattedText
id='suggestion.mention.you'
defaultMessage='(you)'
/>}
{` @${username}`}
</Text>
</View>
</TouchableWithFeedback>