fix abschließen btn text

This commit is contained in:
CodeSteak 2020-02-12 20:29:06 +01:00
parent c756469f05
commit 230d71944f
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
</tr>
</table>
</p>
<a class="secondary button" th:href="@{/intern/warehouse/todo}" > Fertig </a>
<a class="secondary button" th:href="@{/intern/warehouse/todo}" > Abschließen </a>
</div>
</main>
<footer th:replace="fragments/footer :: footer"></footer>