diff options
-rw-r--r-- | app/views/admin/index.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/index.rhtml b/app/views/admin/index.rhtml index 3e28bb9ef..c356b5994 100644 --- a/app/views/admin/index.rhtml +++ b/app/views/admin/index.rhtml @@ -41,7 +41,7 @@ <% end %> <% if @requires_admin_requests.size == 0 and @two_week_old_unclassified.size == 0 and @blank_contacts.size == 0 %> - No pending administration required. + <p>No pending administration required.</p> <% end %> |