Make quote post enabled switch label text static (#6720)

* Make quote post enabled switch label text static

* Update PostInteractionSettingsDialog.tsx

* meh this is better

---------

Co-authored-by: dan <dan.abramov@gmail.com>
This commit is contained in:
Evan
2024-11-25 13:24:00 +00:00
committed by GitHub
parent b9406aa011
commit 5164ca6288
@@ -311,11 +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]}>
{quotesEnabled ? ( <Trans>Allow quote posts</Trans>
<Trans>Quote posts enabled</Trans>
) : (
<Trans>Quote posts disabled</Trans>
)}
</Text> </Text>
<Toggle.Switch /> <Toggle.Switch />
</Toggle.Item> </Toggle.Item>