diff --git a/src/main/resources/templates/about.html b/src/main/resources/templates/about.html
index a60d6a2..12591c3 100644
--- a/src/main/resources/templates/about.html
+++ b/src/main/resources/templates/about.html
@@ -33,8 +33,10 @@
 <main class="container mt-4">
     <h2>About Seshat Audio Transcriber</h2>
     <p>This tool allows you to upload audio files and transcribe them into text using whisperAI.</p>
-    <p>The application runs a local instance of <a href="https://github.com/openai/whisper" target="_blank">Whisper AI</a>, using the turbo model on one NVIDIA RTX A4000 graphics card.</p>
-    <p>All processing is done locally, and no data is sent to the cloud, ensuring your privacy and data security.</p>
+    <p>The application runs a local instance of <a href="https://github.com/openai/whisper" target="_blank">Whisper AI</a>,
+        using the turbo model on one NVIDIA RTX A4000 graphics card.</p>
+    <p>All processing is done locally at the Department of Computer and Systems Sciences (DSV), Stockholm University, Sweden.
+        <br>No information is transmitted to external servers or cloud services, ensuring your privacy and data security.</p>
 </main>
 <footer class="bg-primary text-white py-4">
     <div class="container">