mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
Update frontend/src/components/TransactionLinks/TransactionLink.vue
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
parent
794bcbdfa3
commit
7d9253e4c7
@ -110,15 +110,10 @@ export default {
|
||||
copyLinkWithText() {
|
||||
navigator.clipboard
|
||||
.writeText(
|
||||
`${this.link}\n` +
|
||||
`${this.$store.state.firstName} ${this.$t('transaction-link.send_you')} ${
|
||||
this.amount
|
||||
} Gradido.\n` +
|
||||
`"${this.memo}"\n`+
|
||||
`${this.$t('gdd_per_link.credit-your-gradido')} ${this.$t(
|
||||
'gdd_per_link.validUntilDate',
|
||||
{ date: this.$d(new Date(this.validUntil), 'short') },
|
||||
)}`,
|
||||
`${this.link}\n
|
||||
${this.$store.state.firstName} ${this.$t('transaction-link.send_you')} ${this.amount} Gradido.
|
||||
"${this.memo}"
|
||||
${this.$t('gdd_per_link.credit-your-gradido')} ${this.$t('gdd_per_link.validUntilDate', { date: this.$d(new Date(this.validUntil), 'short') })}`,
|
||||
)
|
||||
.then(() => {
|
||||
this.toastSuccess(this.$t('gdd_per_link.link-and-text-copied'))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user