From e071be9ae0ed3b682754d59a4b1afc1e1e4b19f8 Mon Sep 17 00:00:00 2001
From: "kelly.nguyen" <kelly.nguyen@etu.hesge.ch>
Date: Wed, 21 Aug 2024 21:42:00 +0200
Subject: [PATCH] change text in english

---
 ExpressAPI/src/routes/templates/index.handlebars | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ExpressAPI/src/routes/templates/index.handlebars b/ExpressAPI/src/routes/templates/index.handlebars
index 576f598..c640c6d 100644
--- a/ExpressAPI/src/routes/templates/index.handlebars
+++ b/ExpressAPI/src/routes/templates/index.handlebars
@@ -12,7 +12,7 @@
     </header>
     <main>
         <div class="container">
-            <h2>Informations sur les utilisateurs</h2>
+            <h2>Informations of the user</h2>
             <table class="table table-dark">
                 <thead>
                     <tr class="table-dark">
-- 
GitLab