Translate

This commit is contained in:
Eric Bailey
2024-07-02 16:38:10 -05:00
parent 4a05eedfba
commit 776ad8227b
+2 -2
View File
@@ -172,7 +172,7 @@ export function SuggestedFollows() {
a.font_bold, a.font_bold,
t.atoms.text_contrast_medium, t.atoms.text_contrast_medium,
]}> ]}>
Suggested for you <Trans>Suggested for you</Trans>
</Text> </Text>
<Person fill={t.atoms.text_contrast_low.color} /> <Person fill={t.atoms.text_contrast_low.color} />
</View> </View>
@@ -300,7 +300,7 @@ export function SuggestedFeeds() {
a.font_bold, a.font_bold,
t.atoms.text_contrast_medium, t.atoms.text_contrast_medium,
]}> ]}>
Some other feeds you might like <Trans>Some other feeds you might like</Trans>
</Text> </Text>
<Hashtag fill={t.atoms.text_contrast_low.color} /> <Hashtag fill={t.atoms.text_contrast_low.color} />
</View> </View>