Skip to content

Commit d668c22

Browse files
committed
Rename DEB and RPM download options to reflect package format rather than distribution
1 parent 7230cf4 commit d668c22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/data/download-dictionary.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ export const getDownloadOptionsDictionary = async (): Promise<DownloadDictionary
5757
os: 'linux',
5858
slug: 'linux-deb',
5959
href: '/download/linux-deb',
60-
text: 'Linux Debian Package',
60+
text: 'Linux DEB Package',
6161
defaultText: 'Linux',
6262
releasePath: `v${latestReleaseVersion}/HttpToolkit-${latestReleaseVersion}.deb`,
6363
},
6464
{
6565
os: 'linux',
6666
slug: 'linux-rpm',
6767
href: '/download/linux-rpm',
68-
text: 'Linux Fedora Package',
68+
text: 'Linux RPM Package',
6969
defaultText: 'Linux',
7070
releasePath: `v${latestReleaseVersion}/HttpToolkit-${latestReleaseVersion}.rpm`,
7171
},

0 commit comments

Comments
 (0)