diff options
| author | Paul-Christian Volkmer | 2026-03-11 13:00:28 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2026-03-11 13:00:28 +0100 |
| commit | 5178673955a69b14ff39bf8a2a73d50ef2fd9cd2 (patch) | |
| tree | 3fd5cbc8a1ad6c85c398f0b493a0fb4394d1e6b2 /src/main/resources/templates/login.html | |
| parent | 736309979bfc5c62a8013fdff5980cc9e004fb92 (diff) | |
chore: update template titles and add favicon
Diffstat (limited to 'src/main/resources/templates/login.html')
| -rw-r--r-- | src/main/resources/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html index 4d855df..136203b 100644 --- a/src/main/resources/templates/login.html +++ b/src/main/resources/templates/login.html @@ -2,7 +2,7 @@ <html lang="de" xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="UTF-8"> - <title>ETL-Prozessor</title> + <title>ETL-Processor</title> <link rel="stylesheet" th:href="@{/main.css}"/> </head> <body> |
