From: Devrim Gunduz Date: Thu, 4 Dec 2025 12:07:17 +0000 (+0300) Subject: Fix/update OS names X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/static/selenium-domviewer.js?a=commitdiff_plain;p=pgweb.git Fix/update OS names --- diff --git a/templates/downloads/js/yum.js b/templates/downloads/js/yum.js index 1ff54aed..484334bf 100644 --- a/templates/downloads/js/yum.js +++ b/templates/downloads/js/yum.js @@ -10,7 +10,7 @@ function get_platform_name(plat, ver) { if (parseFloat(ver) <= 7) return "Red Hat Enterprise, CentOS, Scientific or Oracle"; else - return "Red Hat Enterprise, Rocky, AlmaLinux or Oracle"; + return "Red Hat Enterprise Linux, Rocky Linux, AlmaLinux or Oracle Linux"; } else if (plat == 'F') return "Fedora";