diff --git a/frontend/src/components/TransactionLinks/TransactionLink.vue b/frontend/src/components/TransactionLinks/TransactionLink.vue index 5851ba453..9cbfdfb93 100644 --- a/frontend/src/components/TransactionLinks/TransactionLink.vue +++ b/frontend/src/components/TransactionLinks/TransactionLink.vue @@ -66,7 +66,7 @@ export default { navigator.clipboard .writeText(link) .then(() => { - this.toastSuccess(this.$t('gdd_per_link.link-copied') + '\n' + link) + this.toastSuccess(this.$t('gdd_per_link.link-copied')) }) .catch(() => { this.toastError(this.$t('gdd_per_link.not-copied'))