From 8f3a70a2cf5fea0c1b7f87a5bea79767a9a4bb2e Mon Sep 17 00:00:00 2001
From: Volkor <me@volkor.me>
Date: Fri, 7 Jun 2024 01:09:20 +1000
Subject: [PATCH] fix templating

---
 templates/localhost:8282/user_profile.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/localhost:8282/user_profile.html b/templates/localhost:8282/user_profile.html
index 8f781e3..71a0d86 100644
--- a/templates/localhost:8282/user_profile.html
+++ b/templates/localhost:8282/user_profile.html
@@ -30,7 +30,7 @@
         Your Uploaded Files
       </h2>
       <p>
-        These are the files you have uploaded from this IP Address.<br>
+        These are the files you have uploaded.<br>
         Green = File is alive and active<br>
         Red = File has been deleted
       </p>
-- 
GitLab