diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-10-04 12:15:01 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-10-04 12:15:01 +0100 |
commit | feae2718b2883fec75a20295c2cddc52f7fa301c (patch) | |
tree | 79b04088b644f988cdb486fb70f24da239fb6870 | |
parent | 368ba3204cae668f8fdd86f7353b54a7fee86236 (diff) | |
parent | 2714af6734c338e088ddd2f4d42d79cfd1b6231e (diff) |
Merge remote-tracking branch 'origin/radio-button-fix' into rails-3-develop
-rw-r--r-- | app/views/request/_describe_state.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_describe_state.html.erb b/app/views/request/_describe_state.html.erb index 05cce013e..7b6fa9683 100644 --- a/app/views/request/_describe_state.html.erb +++ b/app/views/request/_describe_state.html.erb @@ -80,7 +80,7 @@ <% if @update_status %> <div> <%= radio_button "incoming_message", "described_state", "requires_admin", :id => 'requires_admin' + id_suffix %> - <label for="error_message<%=id_suffix%>"> + <label for="requires_admin<%=id_suffix%>"> <%= _('This request <strong>requires administrator attention</strong>') %> </label> </div> |