Revert "Edit string to avoid churning translations (
#6737)" (
#7087)
This reverts commit 9d3bdbb2b9df8bbee7fe8ed4df87226b2e498f03.
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>
|