my fork of the bluesky client

Edit string to avoid churning translations (#6737)

authored by danabra.mov and committed by GitHub 9d3bdbb2 c6c6c91d

Changed files
+1 -1
src
+1 -1
src/components/dialogs/PostInteractionSettingsDialog.tsx
··· 311 311 onChange={onChangeQuotesEnabled} 312 312 style={[a.justify_between, a.pt_xs]}> 313 313 <Text style={[t.atoms.text_contrast_medium]}> 314 - <Trans>Allow quote posts</Trans> 314 + <Trans>Quote posts enabled</Trans> 315 315 </Text> 316 316 <Toggle.Switch /> 317 317 </Toggle.Item>