fix typos

This commit is contained in:
mahula 2023-05-08 11:14:15 +02:00
parent 7aca69aba0
commit 74f5cc2df1
2 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -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