"Follows You" string dedupe (#10751)
This commit is contained in:
@@ -172,7 +172,7 @@ export function FollowsYou({size = 'sm'}: CommonProps) {
|
|||||||
return (
|
return (
|
||||||
<View style={[variantStyles, a.justify_center, t.atoms.bg_contrast_50]}>
|
<View style={[variantStyles, a.justify_center, t.atoms.bg_contrast_50]}>
|
||||||
<Text style={[a.text_xs, a.leading_tight]}>
|
<Text style={[a.text_xs, a.leading_tight]}>
|
||||||
<Trans>Follows You</Trans>
|
<Trans>Follows you</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user