2 parents e2e4986 + 107d2cf commit a4fa05cCopy full SHA for a4fa05c
2 files changed
modules/grids/app/components/grids/widgets/project_status.rb
@@ -37,7 +37,7 @@ class ProjectStatus < Grids::WidgetComponent
37
param :project
38
39
def title
40
- Project.human_attribute_name(:status_code)
+ Project.human_attribute_name(:status)
41
end
42
43
modules/grids/config/locales/js-en.yml
@@ -16,7 +16,7 @@ en:
16
news:
17
title: 'News'
18
project_description:
19
- title: 'Project description'
+ title: 'Description'
20
no_results: "No description has been written yet. One can be provided in the 'Project settings'."
21
project_status:
22
title: 'Status'
0 commit comments