diff options
author | Sytse Sijbrandij <sytse@dosire.com> | 2013-06-22 17:19:00 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytse@dosire.com> | 2013-06-22 17:19:00 +0200 |
commit | ef629ab47e91cdbbe0fba6585ed23e7b2d26f610 (patch) | |
tree | a8ebc06e5c39173caaec39b811706fb4dd201040 /app/helpers | |
parent | f4e2865d2fabf55bb017f7f88fa2ef0d1c3d4fad (diff) | |
download | gitlab-ce-ef629ab47e91cdbbe0fba6585ed23e7b2d26f610.tar.gz |
Rename unspecified to make it clearer and in line with scrum terminology.
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/issues_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/issues_helper.rb b/app/helpers/issues_helper.rb index dc5aa6e1fb6..d7d50db8a2f 100644 --- a/app/helpers/issues_helper.rb +++ b/app/helpers/issues_helper.rb @@ -15,7 +15,7 @@ module IssuesHelper # to allow filtering issues by an unassigned User or Milestone def unassigned_filter # Milestone uses :title, Issue uses :name - OpenStruct.new(id: 0, title: 'Unspecified', name: 'Unassigned') + OpenStruct.new(id: 0, title: 'None (backlog)', name: 'Unassigned') end def issues_filter |