Fix back link text in rec. trx. list

This commit is contained in:
2019-07-16 01:34:15 +02:00
parent ca1f8bef0c
commit 56d9bed152
3 changed files with 3 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
<body>
<h1 th:text="#{'financer.heading.recurring-transaction-list.' + ${subTitle}}"/>
<span class="errorMessage" th:if="${errorMessage != null}" th:text="#{'financer.error-message.' + ${errorMessage}}"/>
<a th:href="@{/accountOverview}" th:text="#{financer.cancel-back-to-overview}"/>
<a th:href="@{/accountOverview}" th:text="#{financer.recurring-transaction-list.back-to-overview}"/>
<table id="recurring-transaction-list-table">
<tr>
<th class="hideable-column" th:text="#{financer.recurring-transaction-list.table-header.id}"/>