diff --git a/app/devices/device_profile_edit.php b/app/devices/device_profile_edit.php
index 88823b3de9..babc1f31b1 100644
--- a/app/devices/device_profile_edit.php
+++ b/app/devices/device_profile_edit.php
@@ -347,11 +347,8 @@
echo "
\n";
echo " | ".$text['label-device_key_category']." | \n";
echo " ".$text['label-device_key_id']." | \n";
- if ($vendor_count > 1 && strlen($row['device_key_vendor']) > 0) {
- echo " ".ucwords($row['device_key_vendor'])." | \n";
- } else {
- echo " ".$text['label-device_key_type']." | \n";
- }
+ echo " ".$text['label-device_vendor']." | \n";
+ echo " ".$text['label-device_key_type']." | \n";
echo " ".$text['label-device_key_line']." | \n";
echo " ".$text['label-device_key_value']." | \n";
if (permission_exists('device_key_extension')) {