From 349025f2000755ce14114fcfd70c7aa051cea678 Mon Sep 17 00:00:00 2001
From: Nico Athanassiadis <nico@dsv.su.se>
Date: Thu, 27 Mar 2025 06:48:19 +0100
Subject: [PATCH] Clarify about text

The last paragraph in the about page, stated that 'All processing is done locally ...'.
It was not clear enough where 'locally' actually was.

Changed the last paragraph to have more clarity.
The rewrite reads like this:
'All processing is done locally at the Department of Computer and Systems Sciences (DSV), Stockholm University, Sweden.
 No information is transmitted to external servers or cloud services, ensuring your privacy and data security.'
---
 src/main/resources/templates/about.html | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

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">