translate sort replies (#6110)
This commit is contained in:
committed by
Dan Abramov
parent
ac9d910e1e
commit
5db0c72205
@@ -44,7 +44,9 @@ export function ThreadPreferencesScreen({}: Props) {
|
||||
<SettingsList.Container>
|
||||
<SettingsList.Group>
|
||||
<SettingsList.ItemIcon icon={BubblesIcon} />
|
||||
<SettingsList.ItemText>Sort replies</SettingsList.ItemText>
|
||||
<SettingsList.ItemText>
|
||||
<Trans>Sort replies</Trans>
|
||||
</SettingsList.ItemText>
|
||||
<View style={[a.w_full, a.gap_md]}>
|
||||
<Text style={[a.flex_1, t.atoms.text_contrast_medium]}>
|
||||
<Trans>Sort replies to the same post by:</Trans>
|
||||
|
||||
Reference in New Issue
Block a user