fix: split attribution text into multiple lines (#27343)
This commit is contained in:
parent
e57ca79783
commit
0b47a255c2
1 changed files with 2 additions and 2 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue