From da031a4ce2f556deae1b3dd1a542db97b3c01d0e Mon Sep 17 00:00:00 2001
From: Maarten Vercruysse <67873169+MV-GH@users.noreply.github.com>
Date: Thu, 3 Aug 2023 11:12:21 +0200
Subject: [PATCH] Update QUESTION.yml, remove UI (#3807)

---
 .github/ISSUE_TEMPLATE/QUESTION.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/QUESTION.yml b/.github/ISSUE_TEMPLATE/QUESTION.yml
index 734937e9..d9a9badb 100644
--- a/.github/ISSUE_TEMPLATE/QUESTION.yml
+++ b/.github/ISSUE_TEMPLATE/QUESTION.yml
@@ -6,12 +6,12 @@ body:
   - type: markdown
     attributes:
       value: |
-        Have a question about Lemmy's UI?
+        Have a question about Lemmy?
         Please check the docs first: https://join-lemmy.org/docs/en/index.html
   - type: textarea
     id: question
     attributes:
       label: Question
-      description: What's the question you have about Lemmy's UI?
+      description: What's the question you have about Lemmy?
     validations:
       required: true
-- 
2.44.1