diff options
| author | Paul-Christian Volkmer | 2024-03-06 10:08:23 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-03-06 10:08:23 +0100 |
| commit | 256d9d4ff03dc270e01d8af779380014db228e7c (patch) | |
| tree | f02baaecd1862e917145895e891c5519fd097b85 /src/main/resources/templates/configs/outputConnectionAvailable.html | |
| parent | 41b87835cac580eb698d63b26e48a37d3120044d (diff) | |
chore: change wording
Diffstat (limited to 'src/main/resources/templates/configs/outputConnectionAvailable.html')
| -rw-r--r-- | src/main/resources/templates/configs/outputConnectionAvailable.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/configs/outputConnectionAvailable.html b/src/main/resources/templates/configs/outputConnectionAvailable.html index 699c614..2b18b75 100644 --- a/src/main/resources/templates/configs/outputConnectionAvailable.html +++ b/src/main/resources/templates/configs/outputConnectionAvailable.html @@ -1,4 +1,4 @@ -<h2><span th:if="${outputConnectionAvailable}">✅</span><span th:if="${not(outputConnectionAvailable)}">⚡</span> Verbindung zum bwHC-Backend</h2> +<h2><span th:if="${outputConnectionAvailable}">✅</span><span th:if="${not(outputConnectionAvailable)}">⚡</span> MTB-File Verbindung</h2> <div> Verbindung über <code>[[ ${mtbFileSender} ]]</code>. Die Verbindung ist aktuell <strong th:if="${outputConnectionAvailable}" style="color: green">verfügbar.</strong> |
