Skip to content

Commit

Permalink
Rename DEB and RPM download options to reflect package format rather …
Browse files Browse the repository at this point in the history
…than distribution
  • Loading branch information
rosahaj committed Nov 6, 2024
1 parent 7230cf4 commit d668c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/data/download-dictionary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ export const getDownloadOptionsDictionary = async (): Promise<DownloadDictionary
os: 'linux',
slug: 'linux-deb',
href: '/download/linux-deb',
text: 'Linux Debian Package',
text: 'Linux DEB Package',
defaultText: 'Linux',
releasePath: `v${latestReleaseVersion}/HttpToolkit-${latestReleaseVersion}.deb`,
},
{
os: 'linux',
slug: 'linux-rpm',
href: '/download/linux-rpm',
text: 'Linux Fedora Package',
text: 'Linux RPM Package',
defaultText: 'Linux',
releasePath: `v${latestReleaseVersion}/HttpToolkit-${latestReleaseVersion}.rpm`,
},
Expand Down

0 comments on commit d668c22

Please sign in to comment.