modify style

This commit is contained in:
MaysWind
2024-09-01 12:08:26 +08:00
parent 50918756d7
commit 9945cb7a94
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
<tbody v-if="!loading && noAvailableTemplate">
<tr>
<td v-if="templateType === allTemplateTypes.Normal">{{ $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>
<td v-if="templateType === allTemplateTypes.Schedule">{{ $t('No available scheduled transactions') }}</td>
<td v-else-if="templateType === allTemplateTypes.Schedule">{{ $t('No available scheduled transactions') }}</td>
<td v-else>{{ $t('No available template') }}</td>
</tr>
</tbody>