refactor: update label of checkbox (#3039)

Co-authored-by: Van-QA <van@jan.ai>
This commit is contained in:
Van Pham 2024-06-13 22:29:05 +07:00 committed by GitHub
parent 4775549212
commit b4bbe2a9ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: " " label: "#"
description: "Please search [here](./?q=is%3Aissue) to see if an issue already exists for the bug you encountered" description: "Please search [here](./?q=is%3Aissue) to see if an issue already exists for the bug you encountered"
options: options:
- label: "I have searched the existing issues" - label: "I have searched the existing issues"

View File

@ -9,7 +9,7 @@ body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: " " label: "#"
description: "Please search [here](./?q=is%3Aissue) to see if an issue already exists for the feature you are requesting" description: "Please search [here](./?q=is%3Aissue) to see if an issue already exists for the feature you are requesting"
options: options:
- label: "I have searched the existing issues" - label: "I have searched the existing issues"