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'.
This commit is contained in:
Nico Athanassiadis 2025-03-26 10:01:27 +01:00
parent f7466a57df
commit b7b74f2e35
2 changed files with 2 additions and 2 deletions
src/main/resources/templates

@ -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}" />

@ -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}" />