diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/dialogs/PostInteractionSettingsDialog.tsx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/components/dialogs/PostInteractionSettingsDialog.tsx b/src/components/dialogs/PostInteractionSettingsDialog.tsx index 8536001da..a698574a4 100644 --- a/src/components/dialogs/PostInteractionSettingsDialog.tsx +++ b/src/components/dialogs/PostInteractionSettingsDialog.tsx @@ -311,11 +311,7 @@ export function PostInteractionSettingsForm({ onChange={onChangeQuotesEnabled} style={[a.justify_between, a.pt_xs]}> <Text style={[t.atoms.text_contrast_medium]}> - {quotesEnabled ? ( - <Trans>Quote posts enabled</Trans> - ) : ( - <Trans>Quote posts disabled</Trans> - )} + <Trans>Allow quote posts</Trans> </Text> <Toggle.Switch /> </Toggle.Item> |