diff --git a/modules/grids/app/components/grids/widgets/project_status.rb b/modules/grids/app/components/grids/widgets/project_status.rb index 41cdfb931d33..130a32484702 100644 --- a/modules/grids/app/components/grids/widgets/project_status.rb +++ b/modules/grids/app/components/grids/widgets/project_status.rb @@ -37,7 +37,7 @@ class ProjectStatus < Grids::WidgetComponent param :project def title - Project.human_attribute_name(:status_code) + Project.human_attribute_name(:status) end end end diff --git a/modules/grids/config/locales/js-en.yml b/modules/grids/config/locales/js-en.yml index 0e70d27af547..d924d0666587 100644 --- a/modules/grids/config/locales/js-en.yml +++ b/modules/grids/config/locales/js-en.yml @@ -16,10 +16,10 @@ en: news: title: 'News' project_description: - title: 'Project description' + title: 'Description' no_results: "No description has been written yet. One can be provided in the 'Project settings'." project_status: - title: 'Project status' + title: 'Status' not_started: 'Not started' on_track: 'On track' off_track: 'Off track'