From f93c29c5dc09095cd8fc91b7e1196b8afb9bfe9c Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 18 Jun 2015 14:27:29 -0300 Subject: [PATCH] Fix not found page --- app/views/shared/not_found.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/not_found.html.erb b/app/views/shared/not_found.html.erb index d3677b2..2ef5967 100644 --- a/app/views/shared/not_found.html.erb +++ b/app/views/shared/not_found.html.erb @@ -1,8 +1,8 @@
-

<%= _('Nonexistent content: %s') % (content_tag('tt', @path)) %>

+

<%= _('There is no such page: %s') % (content_tag('tt', @path)) %>

<%= _('.You may have clicked an expired link or mistyped the address.') %> - <%= _('.This page does not exist. Would you like to: Create a new conteúdoou Locate existing content.') %> + <%= _('.This page does not exist. Would you like to: Create a new content or locate existing content.') %>

-- libgit2 0.21.2