Update src/screens/Settings/LabSettings/FeatureGateDialog.tsx

Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
This commit is contained in:
Paul Frazee
2025-03-26 08:56:55 -07:00
committed by GitHub
parent 1fc25e591a
commit 341b793177
@@ -80,7 +80,7 @@ export function FeatureGateDialog({
<Toggle.Item
name="quoteposts"
type="checkbox"
label={_(msg`Tap to toggle this experiment.`)}
label={_(msg`Tap to toggle this experiment on or off`)}
value={enabled}
onChange={onToggleGate}
style={[a.justify_between]}>