From 7347ed78fbc955d418023dbff8d1fae50d5b8e93 Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Thu, 17 Mar 2022 16:46:14 +0100 Subject: [PATCH] Update frontend/src/components/TransactionLinks/TransactionLink.vue Co-authored-by: Moriz Wahl --- frontend/src/components/TransactionLinks/TransactionLink.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))