add hint text to copyLinkWithText method

This commit is contained in:
mahula 2022-08-23 11:39:43 +02:00
parent d6c81d21d3
commit f55851e4d0

View File

@ -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'))