Skip to content

Commit

Permalink
Merge pull request #207 from stof/patch-1
Browse files Browse the repository at this point in the history
Fix typo in download tooltips
  • Loading branch information
Seldaek committed Mar 31, 2022
2 parents 33ebef5 + 6b9ec71 commit 65d52b9
Showing 1 changed file with 44 additions and 44 deletions.
88 changes: 44 additions & 44 deletions templates/download.html.twig
Expand Up @@ -91,76 +91,76 @@ php -r "unlink('composer-setup.php');"</pre>
<p>If you prefer to download the phar manually, here are the available versions:</p>
<p>
<a href="{{ path('download_stable') }}"
title="Get the lastest composer stable release"
aria-label="Get the lastest composer stable release">Latest Stable</a>
title="Get the latest composer stable release"
aria-label="Get the latest composer stable release">Latest Stable</a>
(<a href="{{ path('download_sha256_stable') }}"
title="Get the lastest composer stable release's SHA256 sum"
aria-label="Get the lastest composer stable release's SHA256 sum">sha256</a> /
title="Get the latest composer stable release's SHA256 sum"
aria-label="Get the latest composer stable release's SHA256 sum">sha256</a> /
<a href="{{ path('download_sha256sum_stable') }}"
title="Get the lastest composer stable release's SHA256 sum in sha256sum format"
aria-label="Get the lastest composer stable release's SHA256 sum in sha256sum format">sha256sum</a> /
title="Get the latest composer stable release's SHA256 sum in sha256sum format"
aria-label="Get the latest composer stable release's SHA256 sum in sha256sum format">sha256sum</a> /
<a href="{{ path('download_asc_stable') }}"
title="Get the lastest composer stable release's PGP signature"
aria-label="Get the lastest composer stable release's PGP signature">asc</a>) for PHP 7.2+ users
title="Get the latest composer stable release's PGP signature"
aria-label="Get the latest composer stable release's PGP signature">asc</a>) for PHP 7.2+ users
<br/>
<a href="{{ path('download_preview') }}"
title="Get the lastest composer preview release"
aria-label="Get the lastest composer preview release">Latest Preview (alpha/beta/RC)</a>
title="Get the latest composer preview release"
aria-label="Get the latest composer preview release">Latest Preview (alpha/beta/RC)</a>
(<a href="{{ path('download_sha256_preview') }}"
title="Get the lastest composer preview release's SHA256 sum"
aria-label="Get the lastest composer preview release's SHA256 sum">sha256</a> /
title="Get the latest composer preview release's SHA256 sum"
aria-label="Get the latest composer preview release's SHA256 sum">sha256</a> /
<a href="{{ path('download_sha256sum_preview') }}"
title="Get the lastest composer preview release's SHA256 sum in sha256sum format"
aria-label="Get the lastest composer preview release's SHA256 sum in sha256sum format">sha256sum</a> /
title="Get the latest composer preview release's SHA256 sum in sha256sum format"
aria-label="Get the latest composer preview release's SHA256 sum in sha256sum format">sha256sum</a> /
<a href="{{ path('download_asc_preview') }}"
title="Get the lastest composer preview release's PGP signature"
aria-label="Get the lastest composer preview release's PGP signature">asc</a>)
title="Get the latest composer preview release's PGP signature"
aria-label="Get the latest composer preview release's PGP signature">asc</a>)
<br/>
<a href="{{ path('download_snapshot') }}"
title="Get the lastest composer snapshot"
aria-label="Get the lastest composer snapshot">Latest Snapshot</a>
title="Get the latest composer snapshot"
aria-label="Get the latest composer snapshot">Latest Snapshot</a>
(<a href="{{ path('download_sha256_snapshot') }}"
title="Get the lastest composer snapshot's SHA256 sum"
aria-label="Get the lastest composer snapshot's SHA256 sum">sha256</a> /
title="Get the latest composer snapshot's SHA256 sum"
aria-label="Get the latest composer snapshot's SHA256 sum">sha256</a> /
<a href="{{ path('download_sha256sum_snapshot') }}"
title="Get the lastest composer snapshot's SHA256 sum in sha256sum format"
aria-label="Get the lastest composer snapshot's SHA256 sum in sha256sum format">sha256sum</a>)
title="Get the latest composer snapshot's SHA256 sum in sha256sum format"
aria-label="Get the latest composer snapshot's SHA256 sum in sha256sum format">sha256sum</a>)
<br/>
<a href="{{ path('download_1x') }}"
title="Get the lastest composer 1.x stable release"
aria-label="Get the lastest composer 1.x stable release">Latest 1.x</a>
title="Get the latest composer 1.x stable release"
aria-label="Get the latest composer 1.x stable release">Latest 1.x</a>
(<a href="{{ path('download_sha256_1x') }}"
title="Get the lastest composer 1.x stable release's SHA256 sum"
aria-label="Get the lastest composer 1.x stable release's SHA256 sum">sha256</a> /
title="Get the latest composer 1.x stable release's SHA256 sum"
aria-label="Get the latest composer 1.x stable release's SHA256 sum">sha256</a> /
<a href="{{ path('download_sha256sum_1x') }}"
title="Get the lastest composer 1.x stable release's SHA256 sum in sha256sum format"
aria-label="Get the lastest composer 1.x stable release's SHA256 sum in sha256sum format">sha256sum</a>)
title="Get the latest composer 1.x stable release's SHA256 sum in sha256sum format"
aria-label="Get the latest composer 1.x stable release's SHA256 sum in sha256sum format">sha256sum</a>)
<br/>
<a href="{{ path('download_2x') }}"
title="Get the lastest composer 2.x stable release"
aria-label="Get the lastest composer 2.x stable release">Latest 2.x</a>
title="Get the latest composer 2.x stable release"
aria-label="Get the latest composer 2.x stable release">Latest 2.x</a>
(<a href="{{ path('download_sha256_2x') }}"
title="Get the lastest composer 2.x stable release's SHA256 sum"
aria-label="Get the lastest composer 2.x stable release's SHA256 sum">sha256</a> /
title="Get the latest composer 2.x stable release's SHA256 sum"
aria-label="Get the latest composer 2.x stable release's SHA256 sum">sha256</a> /
<a href="{{ path('download_sha256sum_2x') }}"
title="Get the lastest composer 2.x stable release's SHA256 sum in sha256sum format"
aria-label="Get the lastest composer 2.x stable release's SHA256 sum in sha256sum format">sha256sum</a> /
title="Get the latest composer 2.x stable release's SHA256 sum in sha256sum format"
aria-label="Get the latest composer 2.x stable release's SHA256 sum in sha256sum format">sha256sum</a> /
<a href="{{ path('download_asc_2x') }}"
title="Get the lastest composer 2.x release's PGP signature"
aria-label="Get the lastest composer 2.x release's PGP signature">asc</a>)
title="Get the latest composer 2.x release's PGP signature"
aria-label="Get the latest composer 2.x release's PGP signature">asc</a>)
<br/>
<a href="{{ path('download_2.2_lts') }}"
title="Get the lastest composer 2.2.x LTS stable release"
aria-label="Get the lastest composer 2.2.x LTS stable release">Latest 2.2.x LTS</a>
title="Get the latest composer 2.2.x LTS stable release"
aria-label="Get the latest composer 2.2.x LTS stable release">Latest 2.2.x LTS</a>
(<a href="{{ path('download_sha256_2.2_lts') }}"
title="Get the lastest composer 2.2.x stable release's SHA256 sum"
aria-label="Get the lastest composer 2.2.x stable release's SHA256 sum">sha256</a> /
title="Get the latest composer 2.2.x stable release's SHA256 sum"
aria-label="Get the latest composer 2.2.x stable release's SHA256 sum">sha256</a> /
<a href="{{ path('download_sha256sum_2.2_lts') }}"
title="Get the lastest composer 2.2.x stable release's SHA256 sum in sha256sum format"
aria-label="Get the lastest composer 2.2.x stable release's SHA256 sum in sha256sum format">sha256sum</a> /
title="Get the latest composer 2.2.x stable release's SHA256 sum in sha256sum format"
aria-label="Get the latest composer 2.2.x stable release's SHA256 sum in sha256sum format">sha256sum</a> /
<a href="{{ path('download_asc_2.2_lts') }}"
title="Get the lastest composer 2.2.x release's PGP signature"
aria-label="Get the lastest composer 2.2.x release's PGP signature">asc</a>) for PHP 5.3 to 7.1 users
title="Get the latest composer 2.2.x release's PGP signature"
aria-label="Get the latest composer 2.2.x release's PGP signature">asc</a>) for PHP 5.3 to 7.1 users
<br/>
</p>
<table aria-label="Composer versions history" role="table" aria-describedby="composer-history-caption">
Expand Down

0 comments on commit 65d52b9

Please sign in to comment.