diff --git a/.github/ISSUE_TEMPLATE/consultation.yaml b/.github/ISSUE_TEMPLATE/consultation.yaml
index a53563a..6270e04 100644
--- a/.github/ISSUE_TEMPLATE/consultation.yaml
+++ b/.github/ISSUE_TEMPLATE/consultation.yaml
@@ -17,9 +17,8 @@ body:
       placeholder: ex. email@example.com
     validations:
       required: false
-
   - type: textarea
-    id: describe the problem
+    id: question
     attributes:
       label: What is your question?
       description: Also tell us, how can we help?
diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml
index 7d1f4db..4c51d6c 100644
--- a/.github/ISSUE_TEMPLATE/feature.yaml
+++ b/.github/ISSUE_TEMPLATE/feature.yaml
@@ -26,7 +26,7 @@ body:
         - UI
         - API
   - type: textarea
-    id: describe the feature
+    id: feature
     attributes:
       label: What is your advice?
       description: Also tell us, what did you expect to happen?