Update frontend/src/pages/Transactions.vue

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-04-11 17:51:07 +02:00 committed by GitHub
parent 7a3b73580f
commit 146ea12730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ export default {
data() {
return {
timestamp: Date.now(),
titel_gdt: this.$t('gdt.gdt'),
titelGdt: this.$t('gdt.gdt'),
}
},
methods: {