diff options
Diffstat (limited to 'app/views/admin_general/index.rhtml')
-rw-r--r-- | app/views/admin_general/index.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_general/index.rhtml b/app/views/admin_general/index.rhtml index cf4caef8d..1a4b8ba96 100644 --- a/app/views/admin_general/index.rhtml +++ b/app/views/admin_general/index.rhtml @@ -72,7 +72,7 @@ <% end %> <% if @old_unclassified.size > 0 %> - <h3>Classify responses that are still unclassified ten days after response</h3> + <h3>Classify responses that are still unclassified <%=InfoRequest::OLD_AGE_IN_DAYS.inspect %> after response</h3> <ul> <% for @request in @old_unclassified %> |