mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
reformat string to avoid unwanted indents
This commit is contained in:
parent
e8b70608e9
commit
4274974207
@ -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') },
|
||||
)}`,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user