From ee73d17f1962f298c9df2e15122a3f27407c9e69 Mon Sep 17 00:00:00 2001 From: mahula Date: Mon, 15 May 2023 09:52:45 +0200 Subject: [PATCH] add no reply text to contribution details pug --- .../src/emails/templates/includes/contributionDetailsCTA.pug | 4 +++- backend/src/locales/de.json | 2 +- backend/src/locales/en.json | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/backend/src/emails/templates/includes/contributionDetailsCTA.pug b/backend/src/emails/templates/includes/contributionDetailsCTA.pug index 0d8ed5973..bc54e75e3 100644 --- a/backend/src/emails/templates/includes/contributionDetailsCTA.pug +++ b/backend/src/emails/templates/includes/contributionDetailsCTA.pug @@ -1,4 +1,6 @@ //- h2.heading= t('emails.general.contributionDetails') div(class="p_content")= t('emails.contribution.toSeeContributionsAndMessages') -a.button-3.w-button(href="https://gdd.gradido.net/community/contributions") #{t('emails.general.toAccount')} \ No newline at end of file +a.button-3.w-button(href="https://gdd.gradido.net/community/contributions") #{t('emails.general.toAccount')} +div(class="p_content")= t('emails.general.orCopyLink') +a(href="https://gdd.gradido.net/community/contributions") https://gdd.gradido.net/community/contributions \ No newline at end of file diff --git a/backend/src/locales/de.json b/backend/src/locales/de.json index 0a9fb9cc3..d42f59179 100644 --- a/backend/src/locales/de.json +++ b/backend/src/locales/de.json @@ -60,7 +60,7 @@ "linkValidityWithMinutes": "Der Link hat eine Gültigkeit von {hours} Stunden und {minutes} Minuten.\nSollte die Gültigkeit des Links bereits abgelaufen sein, kannst du dir hier einen neuen Link schicken lassen.", "newLink": "Neuer Link", "orCopyLink": "Oder kopiere den Link in dein Browserfenster.", - "pleaseDoNotReply": "Bitte antworte nicht auf diese E-Mail!", + "pleaseDoNotReply": "Bitte antworte nicht auf diese E-Mail.", "requestNewLink": "Neuen gültigen Link anfordern", "reset": "zurücksetzen", "sincerelyYours": "Liebe Grüße", diff --git a/backend/src/locales/en.json b/backend/src/locales/en.json index ec15626b4..1a06b9df3 100644 --- a/backend/src/locales/en.json +++ b/backend/src/locales/en.json @@ -59,8 +59,8 @@ "linkValidity": "The link has a validity of {hours} hours.\nIf the validity of the link has already expired, you can have a new link sent to you here.", "linkValidityWithMinutes": "The link has a validity of {hours} hours and {minutes} minutes.\nIf the validity of the link has already expired, you can have a new link sent to you here.", "newLink": "New link", - "orCopyLink": "or copy the link into your browser window.", - "pleaseDoNotReply": "Please do not reply to this email!", + "orCopyLink": "Or copy the link into your browser window.", + "pleaseDoNotReply": "Please do not reply to this email.", "requestNewLink": "Request new valid link", "reset": "reset", "sincerelyYours": "Kind regards,",