diff --git a/module/project/ui/execution.html.php b/module/project/ui/execution.html.php
index ccf5022bfd..33d5c88997 100644
--- a/module/project/ui/execution.html.php
+++ b/module/project/ui/execution.html.php
@@ -58,6 +58,7 @@ if($canBatchAction)
/* Generate data table fields. */
$fieldList = $config->project->execution->dtable->fieldList;
+$fieldList['status']['statusMap']['changed'] = $lang->task->storyChange;
/* waterfall & waterfallplus model with different edit link. */
if(in_array($project->model, array('waterfall', 'waterfallplus')))