Skip to content

Commit

Permalink
Revert "Edit string to avoid churning translations (#6737)"
Browse files Browse the repository at this point in the history
This reverts commit 9d3bdbb.
  • Loading branch information
gaearon authored Dec 12, 2024
1 parent 10dd0f7 commit 68087c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialogs/PostInteractionSettingsDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 68087c0

Please sign in to comment.