Skip to content

Commit e3906fa

Browse files
committed
Fix/update OS names
1 parent c750c0e commit e3906fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/downloads/js/yum.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function get_platform_name(plat, ver) {
1010
if (parseFloat(ver) <= 7)
1111
return "Red Hat Enterprise, CentOS, Scientific or Oracle";
1212
else
13-
return "Red Hat Enterprise, Rocky, AlmaLinux or Oracle";
13+
return "Red Hat Enterprise Linux, Rocky Linux, AlmaLinux or Oracle Linux";
1414
}
1515
else if (plat == 'F')
1616
return "Fedora";

0 commit comments

Comments
 (0)