aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/request/_describe_state.rhtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/request/_describe_state.rhtml b/app/views/request/_describe_state.rhtml
index efdd54158..15983eb78 100644
--- a/app/views/request/_describe_state.rhtml
+++ b/app/views/request/_describe_state.rhtml
@@ -7,7 +7,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%>">I'm still <strong>waiting</strong> for my information</label>
+ <label for="waiting_response<%=id_suffix%>">I'm still <strong>waiting</strong> for my information
+ <small>(maybe you got an acknowledgement)</small></label>
</div>
<% end %>
<% if @info_request.described_state == 'internal_review' %>