diff --git a/app/views/errors/not_found.html.erb b/app/views/errors/not_found.html.erb index 5450b079..c202d584 100644 --- a/app/views/errors/not_found.html.erb +++ b/app/views/errors/not_found.html.erb @@ -2,7 +2,11 @@
+ The address
+ <% if @requested_path %>
+ <%= t('views.not_found.hostname') %><%= @requested_path %>
+ <% end %>
+ does not exist. Please double check the address, or contact the person who provided you with this link.
+