diff --git a/admin/src/components/Tables/SearchUserTable.vue b/admin/src/components/Tables/SearchUserTable.vue index 318ac7456..3646616aa 100644 --- a/admin/src/components/Tables/SearchUserTable.vue +++ b/admin/src/components/Tables/SearchUserTable.vue @@ -73,7 +73,7 @@ v-if="!row.item.deletedAt" :userId="row.item.userId" /> - + @@ -85,7 +85,7 @@ import CreationFormular from '../CreationFormular.vue' import ConfirmRegisterMailFormular from '../ConfirmRegisterMailFormular.vue' import CreationTransactionListFormular from '../CreationTransactionListFormular.vue' -import LinksTransactionListFormular from '../LinksTransactionListFormular.vue' +import TransactionLinkList from '../TransactionLinkList.vue' import DeletedUserFormular from '../DeletedUserFormular.vue' export default { @@ -94,7 +94,7 @@ export default { CreationFormular, ConfirmRegisterMailFormular, CreationTransactionListFormular, - LinksTransactionListFormular, + TransactionLinkList, DeletedUserFormular, }, props: { diff --git a/admin/src/components/LinksTransactionListFormular.vue b/admin/src/components/TransactionLinkList.vue similarity index 94% rename from admin/src/components/LinksTransactionListFormular.vue rename to admin/src/components/TransactionLinkList.vue index ae1dfdfeb..a3c9abf6b 100644 --- a/admin/src/components/LinksTransactionListFormular.vue +++ b/admin/src/components/TransactionLinkList.vue @@ -1,5 +1,5 @@ - + {{ $t('transactionlink.form_header') }} @@ -9,7 +9,7 @@