diff options
-rw-r--r-- | app/views/request/list.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/list.rhtml b/app/views/request/list.rhtml index 102627e59..8a98e4848 100644 --- a/app/views/request/list.rhtml +++ b/app/views/request/list.rhtml @@ -19,7 +19,7 @@ <% end %> <% if @xapian_object.results.empty? %> - <p>No requests made yet.</p> + <p>No requests of this sort yet.</p> <% else %> <% for result in @xapian_object.results %> <% if result[:model].class.to_s == 'InfoRequestEvent' %> |