Skip to content

Commit

Permalink
[package.html] Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Feb 27, 2024
1 parent 92ab2aa commit 821774a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chumweb/www/views/pages/package.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ <h1 class="pkg-title">{{ pkg.title }} </h1>
<header><h2>Download</h2></header>

{% if pkg.name not in config.chum_installer_pkgs %}
<p>The preferred way to download this app is via <a href="{{ "apps/%s/" | format(chum_installer) | to_public_url }}">Chum</a>.
If you wish to download the .rpm yourself, expand the section below.
<p>The easiest way to download and install this software is by the <a href="{{ "apps/%s/" | format(chum_installer) | to_public_url }}">SailfishOS:Chum GUI app</a>.
If you wish to download the RPM file by yourself, please expand the section below.
</p>
<details>
<summary>Download links</summary>
Expand Down Expand Up @@ -85,7 +85,7 @@ <h2>
</select>
</h2>
</header>
<noscript><p>JavaScript is needed to see information for other architectures than {{ pkg.archs | first }}</p></noscript>
<noscript><p>JavaScript is required to display information for other architectures than {{ pkg.archs | first }}</p></noscript>
{% for arch in pkg.archs %}
<dl data-relevant-architecture="{{ arch }}" {{ ({"style": "display: none;"} if loop.index0 > 0 else {}) | xmlattr | safe }}>
{{ info_block(arch in pkg.download_size, "Download size", pkg.download_size[arch]|bytes) }}
Expand Down

0 comments on commit 821774a

Please sign in to comment.