Update src/screens/Settings/LabSettings/FeatureGateDialog.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
This commit is contained in:
@@ -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]}>
|
||||
|
||||
Reference in New Issue
Block a user