Commit 8a9e90da authored by Steven Verbeek's avatar Steven Verbeek

Changed some more wording

parent b6fdb855
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
.clearfix .clearfix
= f.label :assignee_id = 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 .clearfix
= f.label :critical, "Critical" = f.label :critical, "Critical"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment