From 7d3a365ccff59551de66800970b15df9ee649d1d Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 24 Mar 2023 12:35:00 +0100 Subject: [PATCH] Fix typo in template. --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 88a06708..b148e95e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -99,8 +99,8 @@ body: - type: checkboxes id: latestversion attributes: - label: I've checked if the issue exists in the latest release - description: I have checked and confirm that I am verified the issue still exists in the latest stable release. + label: I've checked if the issue exists in the latest stable release + description: I confirm that I verified the issue still exists in the latest stable release. options: - label: "Yes, I have checked the problem exists in the latest stable version" required: true