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',