From b7b74f2e350accde6d762e104e0fdecaf582abe3 Mon Sep 17 00:00:00 2001
From: Nico Athanassiadis <nico@dsv.su.se>
Date: Wed, 26 Mar 2025 10:01:27 +0100
Subject: [PATCH] Title in head element

The title in the head element was mispelled previously
it showed 'Seshat Auido Transcriber'.

Now it's fixed to the correct spelling 'Seshat Audio Transcriber'.
---
 src/main/resources/templates/about.html           | 2 +-
 src/main/resources/templates/file-management.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/templates/about.html b/src/main/resources/templates/about.html
index 32c2af4..a60d6a2 100644
--- a/src/main/resources/templates/about.html
+++ b/src/main/resources/templates/about.html
@@ -3,7 +3,7 @@
 <head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Seshat Auido Transcriber</title>
+    <title>Seshat Audio Transcriber</title>
     <link th:rel="stylesheet" th:href="@{/3p/bootstrap-5.3.3-dist/css/bootstrap.min.css}" />
     <link th:rel="stylesheet" th:href="@{/3p/bootstrap-icons-1.11.3/font/bootstrap-icons.min.css}" />
     <link th:rel="stylesheet" th:href="@{/css/styles.css}" />
diff --git a/src/main/resources/templates/file-management.html b/src/main/resources/templates/file-management.html
index f420a81..9f121ff 100644
--- a/src/main/resources/templates/file-management.html
+++ b/src/main/resources/templates/file-management.html
@@ -3,7 +3,7 @@
 <head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Seshat Auido Transcriber</title>
+    <title>Seshat Audio Transcriber</title>
     <link th:rel="stylesheet" th:href="@{/3p/bootstrap-5.3.3-dist/css/bootstrap.min.css}" />
     <link th:rel="stylesheet" th:href="@{/3p/bootstrap-icons-1.11.3/font/bootstrap-icons.min.css}" />
     <link th:rel="stylesheet" th:href="@{/css/styles.css}" />