diff --git a/module/execution/ui/testcase.html.php b/module/execution/ui/testcase.html.php
index bf0a0db3dd..a63806e212 100644
--- a/module/execution/ui/testcase.html.php
+++ b/module/execution/ui/testcase.html.php
@@ -89,6 +89,7 @@ foreach($cases as $case)
$cols = $this->loadModel('datatable')->getSetting('execution', 'testcase');
$cols['id']['name'] = $cols['id']['type'] = 'id';
+if(isset($cols['pri'])) $cols['pri']['priList'] = $lang->testcase->priList;
dtable
(