diff options
author | francis <francis> | 2009-10-04 22:13:02 +0000 |
---|---|---|
committer | francis <francis> | 2009-10-04 22:13:02 +0000 |
commit | 7ec6104020ecbf3ad4f5fb49eca36bfb06e718bb (patch) | |
tree | 3ed5ed61c8b5e82a0a90187db13b10ee5570008e | |
parent | cbc588bebfce742adcebebb3e9135c2149d46343 (diff) |
Let's try saying subject instead of summary
-rw-r--r-- | app/views/request/new.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml index aa9bf254d..e6e4a7b95 100644 --- a/app/views/request/new.rhtml +++ b/app/views/request/new.rhtml @@ -95,7 +95,7 @@ </h1> <p> - <label class="form_label" for="info_request_title">Summary:</label> + <label class="form_label" for="info_request_title">Subject:</label> <%= f.text_field :title, :size => 50 %> </p> <div class="form_item_note"> |