diff options
author | dan <dan.abramov@gmail.com> | 2024-11-25 20:49:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-25 20:49:43 +0000 |
commit | 9d3bdbb2b9df8bbee7fe8ed4df87226b2e498f03 (patch) | |
tree | a8e81aa25c072d47374a251c28e03c6ffe34608a /src/components/dialogs/PostInteractionSettingsDialog.tsx | |
parent | c6c6c91d7b0b549af28aa14dedf194e65770eb90 (diff) | |
download | voidsky-9d3bdbb2b9df8bbee7fe8ed4df87226b2e498f03.tar.zst |
Edit string to avoid churning translations (#6737)
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 a698574a4..fc77eda0d 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>Allow quote posts</Trans> + <Trans>Quote posts enabled</Trans> </Text> <Toggle.Switch /> </Toggle.Item> |