From f55851e4d0aee61fac4a73b7cafe1e1fb179999e Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 23 Aug 2022 11:39:43 +0200 Subject: [PATCH] add hint text to copyLinkWithText method --- frontend/src/mixins/copyLinks.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/mixins/copyLinks.js b/frontend/src/mixins/copyLinks.js index 415358c9b..ac6be95c5 100644 --- a/frontend/src/mixins/copyLinks.js +++ b/frontend/src/mixins/copyLinks.js @@ -30,7 +30,8 @@ ${this.$store.state.firstName} ${this.$t('transaction-link.send_you')} ${this.am "${this.memo}" ${this.$t('gdd_per_link.credit-your-gradido')} ${this.$t('gdd_per_link.validUntilDate', { date: this.$d(new Date(this.validUntil), 'short'), - })}`, + })} +${this.$t('gdd_per_link.link-hint')}`, ) .then(() => { this.toastSuccess(this.$t('gdd_per_link.link-and-text-copied'))