diff --git a/module/execution/lang/en.php b/module/execution/lang/en.php index 38ed9d0340..12c5dcb84d 100644 --- a/module/execution/lang/en.php +++ b/module/execution/lang/en.php @@ -13,7 +13,7 @@ $lang->execution->allExecutions = 'All ' . $lang->execution->common . 's'; $lang->execution->allExecutionAB = 'Execution List'; $lang->execution->id = $lang->executionCommon . ' ID'; -$lang->execution->type = $lang->executionCommon . 'Type'; +$lang->execution->type = $lang->executionCommon . ' Type'; $lang->execution->name = "{$lang->executionCommon} Name"; $lang->execution->code = "{$lang->executionCommon} Code"; $lang->execution->projectName = 'Project'; @@ -64,7 +64,7 @@ $lang->execution->workHour = ' Hours'; $lang->execution->workHourUnit = 'H'; $lang->execution->totalHours = ' Hours'; $lang->execution->totalDays = ' Days'; -$lang->execution->status = $lang->executionCommon . 'Status'; +$lang->execution->status = $lang->executionCommon . ' Status'; $lang->execution->execStatus = 'Status'; $lang->execution->subStatus = 'Sub Status'; $lang->execution->desc = "{$lang->executionCommon} Description"; diff --git a/module/execution/lang/fr.php b/module/execution/lang/fr.php index 28a1b0a0c0..dbc35313b1 100644 --- a/module/execution/lang/fr.php +++ b/module/execution/lang/fr.php @@ -13,9 +13,9 @@ $lang->execution->allExecutions = 'Tous les ' . $lang->execution->common . 's'; $lang->execution->allExecutionAB = 'Execution List'; $lang->execution->id = $lang->executionCommon . ' ID'; -$lang->execution->type = $lang->executionCommon . 'Type'; -$lang->execution->name = $lang->executionCommon . 'Name'; -$lang->execution->code = $lang->executionCommon . 'Code'; +$lang->execution->type = $lang->executionCommon . ' Type'; +$lang->execution->name = $lang->executionCommon . ' Name'; +$lang->execution->code = $lang->executionCommon . ' Code'; $lang->execution->projectName = 'Project'; $lang->execution->project = 'Project'; $lang->execution->execId = "{$lang->execution->common} ID"; @@ -64,7 +64,7 @@ $lang->execution->workHour = ' Heures'; $lang->execution->workHourUnit = 'H'; $lang->execution->totalHours = 'Budget (Heure)'; $lang->execution->totalDays = 'Budget (Jour)'; -$lang->execution->status = $lang->executionCommon . 'Status'; +$lang->execution->status = $lang->executionCommon . ' Status'; $lang->execution->execStatus = 'Status'; $lang->execution->subStatus = 'Sub Status'; $lang->execution->desc = $lang->executionCommon . 'Description';