diff options
author | francis <francis> | 2008-02-25 10:16:28 +0000 |
---|---|---|
committer | francis <francis> | 2008-02-25 10:16:28 +0000 |
commit | 33aaf2512ec2ea1b74cadb25c8352ec87cb98dae (patch) | |
tree | 9bfbad7d5df766adab77a8789c02afeafaf04cf7 | |
parent | 4688e2bf20f8b7d3a65a2af710a1361cd2fec53c (diff) |
>> is horrid in screen reader
-rw-r--r-- | app/views/request/_describe_state.rhtml | 2 | ||||
-rw-r--r-- | app/views/request/_followup.rhtml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request/_describe_state.rhtml b/app/views/request/_describe_state.rhtml index b16955033..d1d199992 100644 --- a/app/views/request/_describe_state.rhtml +++ b/app/views/request/_describe_state.rhtml @@ -25,7 +25,7 @@ <%= hidden_field_tag 'last_info_request_event_id', @last_info_request_event_id %> <%= hidden_field_tag 'submitted_describe_state', 1 %> - <%= submit_tag "Next >>" %> + <%= submit_tag "Next" %> <% end %> <% else %> We don't know whether the most recent response to this request contains diff --git a/app/views/request/_followup.rhtml b/app/views/request/_followup.rhtml index a84da3214..c93314d03 100644 --- a/app/views/request/_followup.rhtml +++ b/app/views/request/_followup.rhtml @@ -27,7 +27,7 @@ <p> <%= hidden_field_tag 'submitted_followup', 1 %> - <%= submit_tag "Send >>" %> + <%= submit_tag "Send public follow up message" %> </p> <% end %> |