From 19efb09ab9f86b91a5180af47205b3c8252c2518 Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 14 Sep 2021 10:29:40 +0200 Subject: [PATCH] change text gdt.action to gdt.gdt-receive --- frontend/src/components/Transaction.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Transaction.vue b/frontend/src/components/Transaction.vue index fc7541a21..095d8b63e 100644 --- a/frontend/src/components/Transaction.vue +++ b/frontend/src/components/Transaction.vue @@ -108,7 +108,7 @@ export default { 7: { icon: 'gift', iconclasses: 'gradido-global-color-accent m-mb-1 font2em', - description: this.$t('gdt.action'), + description: this.$t('gdt.gdt-receive'), descriptiontext: this.comment, credittext: this.$n(this.gdt, 'decimal') + ' GDT', },