diff options
author | dan <dan.abramov@gmail.com> | 2024-12-12 21:52:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-12 21:52:51 +0000 |
commit | 8a790cdd7f9c449ab49a2e1048cc82617b38c6b0 (patch) | |
tree | 258e3e960c399e872633c7f20fc79c39d56dc73e /src/components/dialogs/PostInteractionSettingsDialog.tsx | |
parent | 10dd0f76eb2d0d05db07e27912070ba418f06b9f (diff) | |
download | voidsky-8a790cdd7f9c449ab49a2e1048cc82617b38c6b0.tar.zst |
This reverts commit 9d3bdbb2b9df8bbee7fe8ed4df87226b2e498f03.
Diffstat (limited to 'src/components/dialogs/PostInteractionSettingsDialog.tsx')
-rw-r--r-- | src/components/dialogs/PostInteractionSettingsDialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/dialogs/PostInteractionSettingsDialog.tsx b/src/components/dialogs/PostInteractionSettingsDialog.tsx index fc77eda0d..a698574a4 100644 --- a/src/components/dialogs/PostInteractionSettingsDialog.tsx +++ b/src/components/dialogs/PostInteractionSettingsDialog.tsx @@ -311,7 +311,7 @@ export function PostInteractionSettingsForm({ onChange={onChangeQuotesEnabled} style={[a.justify_between, a.pt_xs]}> <Text style={[t.atoms.text_contrast_medium]}> - <Trans>Quote posts enabled</Trans> + <Trans>Allow quote posts</Trans> </Text> <Toggle.Switch /> </Toggle.Item> |