mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Fix missing email imprint locale
This commit is contained in:
parent
9da21a5cfb
commit
2f650ce172
@ -1,4 +1,5 @@
|
|||||||
p(style='margin-top: 24px;')= t('emails.general.sincerelyYours')
|
p(style='margin-top: 24px;')
|
||||||
|
= t('emails.general.sincerelyYours')
|
||||||
br
|
br
|
||||||
= t('emails.general.yourGradidoTeam')
|
= t('emails.general.yourGradidoTeam')
|
||||||
p(style='margin-top: 24px;')= '—————'
|
p(style='margin-top: 24px;')= '—————'
|
||||||
|
|||||||
@ -57,7 +57,6 @@
|
|||||||
},
|
},
|
||||||
"general": {
|
"general": {
|
||||||
"decimalSeparator": ",",
|
"decimalSeparator": ",",
|
||||||
"imprint": "Gradido-Akademie\nInstitut für Wirtschaftsbionik\nPfarrweg 2\n74653 Künzelsau\nDeutschland",
|
"imprint": "Gradido-Akademie\nInstitut für Wirtschaftsbionik\nPfarrweg 2\n74653 Künzelsau\nDeutschland"
|
||||||
"supportEmail": "support@gradido.net"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -56,6 +56,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"general": {
|
"general": {
|
||||||
"decimalSeparator": "."
|
"decimalSeparator": ".",
|
||||||
|
"imprint": "Gradido-Akademie\nInstitut für Wirtschaftsbionik\nPfarrweg 2\n74653 Künzelsau\nDeutschland"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user