Changed some more wording
This commit is contained in:
parent
b6fdb8557b
commit
8a9e90dac5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
.clearfix
|
||||
= f.label :assignee_id
|
||||
.input= f.select(:assignee_id, @project.users.all.collect {|p| [ p.name, p.id ] }, { :include_blank => "Select user" })
|
||||
.input= f.select(:assignee_id, @project.users.all.collect {|p| [ p.name, p.id ] }, { :include_blank => "Assign to user" })
|
||||
|
||||
.clearfix
|
||||
= f.label :critical, "Critical"
|
||||
|
|
Loading…
Reference in a new issue