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
|
<Toggle.Item
|
||||||
name="quoteposts"
|
name="quoteposts"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
label={_(msg`Tap to toggle this experiment.`)}
|
label={_(msg`Tap to toggle this experiment on or off`)}
|
||||||
value={enabled}
|
value={enabled}
|
||||||
onChange={onToggleGate}
|
onChange={onToggleGate}
|
||||||
style={[a.justify_between]}>
|
style={[a.justify_between]}>
|
||||||
|
|||||||
Reference in New Issue
Block a user