Fix back link text in rec. trx. list
This commit is contained in:
@@ -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}"/>
|
||||
|
||||
Reference in New Issue
Block a user