Edit string to avoid churning translations (#6737)
This commit is contained in:
@@ -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>Allow quote posts</Trans>
|
<Trans>Quote posts enabled</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
<Toggle.Switch />
|
<Toggle.Switch />
|
||||||
</Toggle.Item>
|
</Toggle.Item>
|
||||||
|
|||||||
Reference in New Issue
Block a user