This commit is contained in:
MaysWind
2024-08-05 00:16:06 +08:00
parent 77a5ccd796
commit 4cdb599bf3
4 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
<tbody v-if="!loading && noAvailableTemplate">
<tr>
<td>{{ $t('No available template') }}</td>
<td>{{ $t('No available template. Once you add templates, you can quickly add a new transaction using the dropdown menu of the Add button on the transaction list page') }}</td>
</tr>
</tbody>
+2 -1
View File
@@ -20,7 +20,8 @@
</f7-list>
<f7-list strong inset dividers class="margin-top" v-if="!loading && noAvailableTemplate">
<f7-list-item :title="$t('No available template')"></f7-list-item>
<f7-list-item :title="$t('No available template')"
:footer="$t('Once you add templates, you can long press the Add button on the home page to quickly add a new transaction')"></f7-list-item>
</f7-list>
<f7-list strong inset dividers sortable class="margin-top template-list"