aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/request/_other_describe_state.rhtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/request/_other_describe_state.rhtml b/app/views/request/_other_describe_state.rhtml
index 10eed250c..866e90142 100644
--- a/app/views/request/_other_describe_state.rhtml
+++ b/app/views/request/_other_describe_state.rhtml
@@ -11,7 +11,8 @@
<% if @info_request.described_state != 'internal_review' %>
<div>
<%= radio_button "incoming_message", "described_state", "waiting_response", :id => 'waiting_response' + id_suffix %>
- <label for="waiting_response<%=id_suffix%>"> <strong>No response</strong> has been received</label>
+ <label for="waiting_response<%=id_suffix%>"><strong>No response</strong> has been received
+ <small>(maybe there's just an acknowledgement)</small></label>
</div>
<% end %>
<% if @info_request.described_state == 'internal_review' %>