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