Jobboerse/packages/jobboerse/templates/error/400.hb
JustAnotherJavaProgrammer 7c17cba892 Update text on the website
- fix spelling mistakes
- rephrase text
- translate all text to German
- update the FAQ
2023-12-22 22:08:54 +01:00

12 lines
334 B
Text

{{#> base}}
<div class="centered">
<div>
Die Aktion konnte nicht durchgeführt werden.<br />
{{#if msg}}
{{msg}}
{{else}}
Es scheint ein nicht kategorisiertes Problem mit Ihrer Anfrage zu bestehen.
{{/if}}
</div>
</div>
{{/base}}