Skip to content

Commit

Permalink
Merge pull request #3016 from JuhaSointusalo/web-ati-to-amd
Browse files Browse the repository at this point in the history
web: change "ATI GPU" to "AMD GPU" in host app details
  • Loading branch information
lfield authored Apr 11, 2019
2 parents ffe6739 + af3623c commit e57f835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/user/host_app_versions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit e57f835

Please sign in to comment.