diff --git a/_includes/download-snapshot.html b/_includes/download-snapshot.html index 6478e1e51b4c912e214fa286d2401f83e5f8d17d..32aadfd84ebfb8613d9b50ea24ee233f8d9b6a37 100644 --- a/_includes/download-snapshot.html +++ b/_includes/download-snapshot.html @@ -33,7 +33,7 @@ {% endfor %} </div> <br /> - <p>ZIP archive:</p> + <p>Zip archive:</p> <div class="download_table"> {% assign snapshot_files = (site.static_files | where: "snapshot", "windows-zip" | sort: 'modified_time') | reverse %} {% for snapshot in snapshot_files %} diff --git a/_includes/download-stable.html b/_includes/download-stable.html index 3f59b119fce149000bb0a4852310f62f4c29a0d4..22600c9f0c112a863f85760928db5299029c23c7 100644 --- a/_includes/download-stable.html +++ b/_includes/download-stable.html @@ -19,7 +19,7 @@ <a href="https://ftp.gnu.org/gnu/octave/windows/octave-4.4.1-w64-installer.exe">64-bit</a> or <a href="https://ftp.gnu.org/gnu/octave/windows/octave-4.4.1-w32-installer.exe">32-bit</a>) </p> - <p>Both an executable installer and a ZIP archive are available.</p> + <p>Both an executable installer and a zip archive are available.</p> <p class="stable"> <i class="fas fa-file-download"></i> {% assign release = site.static_files | where: "release", "windows-exe" | first %}