From e006df819aa8fc2ab90c77be4ab816bc84013a22 Mon Sep 17 00:00:00 2001
From: strokh24 <Rokas.Stankunas@Student.Reutlingen-University.DE>
Date: Mon, 14 Oct 2024 23:29:19 +0200
Subject: [PATCH] Translated comment (ES to EN)

---
 public/js/app.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/js/app.js b/public/js/app.js
index e76b104..c5cdc88 100644
--- a/public/js/app.js
+++ b/public/js/app.js
@@ -1,4 +1,4 @@
-// Obtener referencia a los elementos del DOM
+// Get reference to DOM elements
 const taskList = document.querySelector('.task-list ul');
 const newTaskForm = document.querySelector('form');
 
-- 
GitLab