diff --git a/get_settings.php b/get_settings.php
index 37265ebd..7aac52cd 100644
--- a/get_settings.php
+++ b/get_settings.php
@@ -946,7 +946,7 @@ $software_types_array = array(
'Mobile',
'System Software',
'Operating System',
- 'Other'
+ 'Misc'
);
$license_types_array = array(
@@ -964,7 +964,8 @@ $asset_status_array = array(
'Ready to Deploy',
'Deployed',
'Out for Repair',
- 'Lost/Stolen',
+ 'Lost',
+ 'Stolen',
'Retired'
);
diff --git a/ticket.php b/ticket.php
index 6f5ec74a..eac420e7 100644
--- a/ticket.php
+++ b/ticket.php
@@ -295,9 +295,11 @@ if (isset($_GET['ticket_id'])) {