diff --git a/includes/html/pages/ports/list.inc.php b/includes/html/pages/ports/list.inc.php
index 2ceceb60bb..a32ff7b36e 100644
--- a/includes/html/pages/ports/list.inc.php
+++ b/includes/html/pages/ports/list.inc.php
@@ -60,7 +60,7 @@ if ($vars['errors']) {
data-css-class="red">Errors Out
Media |
- Description |
+ Description |
Actions |
diff --git a/includes/html/table/ports.inc.php b/includes/html/table/ports.inc.php
index dc783f997f..b1bfdd7ebc 100644
--- a/includes/html/table/ports.inc.php
+++ b/includes/html/table/ports.inc.php
@@ -195,7 +195,7 @@ foreach (dbFetchRows($query, $param) as $port) {
'ifInErrors' => $port['ifInErrors'],
'ifOutErrors' => $port['ifOutErrors'],
'ifType' => humanmedia($port['ifType']),
- 'description' => $port['ifAlias'],
+ 'ifAlias' => $port['ifAlias'],
'actions' => $actions,
);
}