Fix typo 7

This commit is contained in:
Lukas Fürderer 2020-06-24 18:19:14 +02:00
parent 32921a3f87
commit 3b7317a831
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ Musterstraße 4
<button class=" no-margin secondary full-width">jetzt kostenpflichtig bestellen</button>
</div>
<div th:unless="${user}">
<a th:href="@{/login}" class="button secondary no-margin full-width">Einloggen und forfahren.</a>
<a th:href="@{/login}" class="button secondary no-margin full-width">Einloggen und fortfahren.</a>
</div>
</div>
</form>