From b86431fa400f80283f9a9bd7bdb22a1a31759f37 Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 19 Jan 2022 14:42:44 +0100 Subject: [PATCH] change field amount an position 2 last date --- admin/src/components/CreationTransactionListFormular.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/src/components/CreationTransactionListFormular.vue b/admin/src/components/CreationTransactionListFormular.vue index 1de1cce83..6f5864f7c 100644 --- a/admin/src/components/CreationTransactionListFormular.vue +++ b/admin/src/components/CreationTransactionListFormular.vue @@ -21,8 +21,8 @@ export default { return this.$moment(value).format(this.$t('transactionlist.formatter')) }, }, - { key: 'name', label: this.$t('transactionlist.community') }, { key: 'balance', label: this.$t('transactionlist.amount') }, + { key: 'name', label: this.$t('transactionlist.community') }, { key: 'memo', label: this.$t('transactionlist.memo') }, { key: 'decay',