mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

This reverts commit 9d3bdbb2b9df8bbee7fe8ed4df87226b2e498f03.

authored by danabra.mov and committed by

GitHub 8a790cdd 10dd0f76

+1 -1
+1 -1
src/components/dialogs/PostInteractionSettingsDialog.tsx
··· 311 311 onChange={onChangeQuotesEnabled} 312 312 style={[a.justify_between, a.pt_xs]}> 313 313 <Text style={[t.atoms.text_contrast_medium]}> 314 - <Trans>Quote posts enabled</Trans> 314 + <Trans>Allow quote posts</Trans> 315 315 </Text> 316 316 <Toggle.Switch /> 317 317 </Toggle.Item>