diff --git a/client/templates/admin/subtasks/edit.html b/client/templates/admin/subtasks/edit.html
index ecfa8edef0932af077f77e0b30b1e0c38195c7f2..8fe65bf7e48674df7b9e03a43e127824f04d10ca 100644
--- a/client/templates/admin/subtasks/edit.html
+++ b/client/templates/admin/subtasks/edit.html
@@ -26,7 +26,7 @@
                         <div class="col s12 m8 offset-m2 l6 offset-l3">
                             <div class="input-field col s12">
                                 <input id="title" name="Description" type="text" value="{% if subtask %}{{ subtask["Description"] }}{% endif %}">
-                                <label for="title">Title</label>
+                                <label for="title">Description</label>
                             </div>
                         </div>
                     </div>
diff --git a/client/templates/admin/tasks/edit.html b/client/templates/admin/tasks/edit.html
index 88b05f8aea129747b6c95b8bc4182b0c13b6088b..b3211c3de89ceb9a6a27fe803bdeedd1339e0b07 100644
--- a/client/templates/admin/tasks/edit.html
+++ b/client/templates/admin/tasks/edit.html
@@ -26,7 +26,7 @@
                         <div class="col s12 m8 offset-m2 l6 offset-l3">
                             <div class="input-field col s12">
                                 <input id="title" name="Description" type="text" value="{% if task %}{{ task["Description"] }}{% endif %}">
-                                <label for="title">Title</label>
+                                <label for="title">Description</label>
                             </div>
                         </div>
                     </div>