diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php
index 8c6abba4ed..985f9b82ab 100644
--- a/module/bug/view/create.html.php
+++ b/module/bug/view/create.html.php
@@ -209,6 +209,7 @@ if($this->app->tab == 'project') js::set('objectID', $projectID);
$hasCustomSeverity = false;
foreach($lang->bug->severityList as $severityKey => $severityValue)
{
+ if(empty($severityValue)) unset($lang->bug->severityList[$severityKey]);
if(!empty($severityKey) and (string)$severityKey != (string)$severityValue)
{
$hasCustomSeverity = true;