diff --git a/backend/src/emails/templates/transactionLinkRedeemed/html.pug b/backend/src/emails/templates/transactionLinkRedeemed/html.pug index 1602a0072..d3abec4f7 100644 --- a/backend/src/emails/templates/transactionLinkRedeemed/html.pug +++ b/backend/src/emails/templates/transactionLinkRedeemed/html.pug @@ -9,12 +9,11 @@ block content p= t('emails.transactionLinkRedeemed.hasRedeemedYourLink', { senderFirstName, senderLastName, senderEmail }) .content.w-container h2.heading= t('emails.general.transactionDetails') - div(class="p_content") - = t('emails.general.amountGDD', { amountGDD: transactionAmount }) + div(class="p_content")= t('emails.general.amountGDD', { amountGDD: transactionAmount }) br = t('emails.transactionLinkRedeemed.memo', { transactionMemo }) br = t('emails.general.detailsYouFindOnLinkToYourAccount') - a.button-3.w-button(href="https://gdd.gradido.net/transactions") #{t('emails.toAccount.toAccount')} + a.button-3.w-button(href="https://gdd.gradido.net/transactions") #{t('emails.general.toAccount')} include ../includes/doNotReply.pug diff --git a/backend/src/emails/templates/transactionReceived/html.pug b/backend/src/emails/templates/transactionReceived/html.pug index d7e358547..fcffdf2ee 100644 --- a/backend/src/emails/templates/transactionReceived/html.pug +++ b/backend/src/emails/templates/transactionReceived/html.pug @@ -9,8 +9,8 @@ block content p= t('emails.transactionReceived.haveReceivedAmountGDDFrom', { transactionAmount, senderFirstName, senderLastName, senderEmail }) .content.w-container h2.heading= t('emails.general.transactionDetails') - div(class="p_content") = t('emails.general.detailsYouFindOnLinkToYourAccount') - a.button-3.w-button(href="https://gdd.gradido.net/transactions") #{t('emails.toAccount.toAccount')} + div(class="p_content")= t('emails.general.detailsYouFindOnLinkToYourAccount') + a.button-3.w-button(href="https://gdd.gradido.net/transactions") #{t('emails.general.toAccount')} include ../includes/doNotReply.pug