This commit is contained in:
Will Browne 2021-08-03 09:41:31 +02:00 committed by GitHub
parent 9fa8f5cc95
commit 312e78ff0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ export const AnnotationSettingsEdit: React.FC<Props> = ({ editIdx, dashboard })
</Field>
<Field
label="Hidden"
description="Annotation queries can be toggled on or of at the top of the dashboard. With this option checked this toggle will be hidden."
description="Annotation queries can be toggled on or off at the top of the dashboard. With this option checked this toggle will be hidden."
>
<Checkbox name="hide" id="hide" value={annotation.hide} onChange={onChange} />
</Field>