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