reformat string to avoid unwanted indents

This commit is contained in:
mahula 2022-07-05 10:36:44 +02:00
parent e8b70608e9
commit 4274974207

View File

@ -110,12 +110,12 @@ export default {
copyLinkWithText() {
navigator.clipboard
.writeText(
`${this.link}
${this.$store.state.firstName} ${this.$t('transaction-link.send_you')} ${
`${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(
} 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') },
)}`,