Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions modules/grids/config/locales/js-en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Loading