Revert "Edit string to avoid churning translations (#6737)" (#7087)

This reverts commit 9d3bdbb2b9.
This commit is contained in:
dan
2024-12-12 21:52:51 +00:00
committed by GitHub
parent 10dd0f76eb
commit 8a790cdd7f
@@ -311,7 +311,7 @@ export function PostInteractionSettingsForm({
onChange={onChangeQuotesEnabled} onChange={onChangeQuotesEnabled}
style={[a.justify_between, a.pt_xs]}> style={[a.justify_between, a.pt_xs]}>
<Text style={[t.atoms.text_contrast_medium]}> <Text style={[t.atoms.text_contrast_medium]}>
<Trans>Quote posts enabled</Trans> <Trans>Allow quote posts</Trans>
</Text> </Text>
<Toggle.Switch /> <Toggle.Switch />
</Toggle.Item> </Toggle.Item>