From af3623c4856bf903447d34e65fcc01d4b7b91ab1 Mon Sep 17 00:00:00 2001 From: Juha Sointusalo Date: Mon, 11 Feb 2019 21:12:39 +0200 Subject: [PATCH] web: change "ATI GPU" to "AMD GPU" in host app details See #2063 --- html/user/host_app_versions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/user/host_app_versions.php b/html/user/host_app_versions.php index 1a4ab62bd70..3e260d6a621 100644 --- a/html/user/host_app_versions.php +++ b/html/user/host_app_versions.php @@ -22,7 +22,7 @@ function rsc_name($t) { switch ($t) { case 2: return tra("CPU"); case 3: return tra("NVIDIA GPU"); - case 4: return tra("ATI GPU"); + case 4: return tra("AMD GPU"); case 5: return tra("Intel GPU"); } return tra("Unknown");