fix: split attribution text into multiple lines (#27343)

This commit is contained in:
Raffael Meyer 2024-08-08 12:33:37 +02:00 committed by GitHub
parent e57ca79783
commit 0b47a255c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,8 +8,8 @@
<h1>{{ _("Attribution") }}</h1>
<p>
{{ _("This software is built on top of many open source packages. We would like to thank the authors of these
packages for their contribution.") }}
{{ _("This software is built on top of many open source packages.") }}
{{ _("We would like to thank the authors of these packages for their contribution.") }}
</p>
{% for app_info in apps %}