Edit string to avoid churning translations (#6737)

This commit is contained in:
dan
2024-11-25 20:49:43 +00:00
committed by GitHub
parent c6c6c91d7b
commit 9d3bdbb2b9
@@ -311,7 +311,7 @@ export function PostInteractionSettingsForm({
onChange={onChangeQuotesEnabled}
style={[a.justify_between, a.pt_xs]}>
<Text style={[t.atoms.text_contrast_medium]}>
<Trans>Allow quote posts</Trans>
<Trans>Quote posts enabled</Trans>
</Text>
<Toggle.Switch />
</Toggle.Item>