Commit f93c29c5dc09095cd8fc91b7e1196b8afb9bfe9c

Authored by Victor Costa
1 parent 775cb252

Fix not found page

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/views/shared/not_found.html.erb
1 1 <div id='not-found'>
2   - <h1><%= _('Nonexistent content: %s') % (content_tag('tt', @path)) %></h1>
  2 + <h1><%= _('There is no such page: %s') % (content_tag('tt', @path)) %></h1>
3 3 <p>
4 4 <%= _('.You may have clicked an expired link or mistyped the address.') %>
5   - <%= _('.This page does not exist. Would you like to: Create a new conteúdoou Locate existing content.') %>
  5 + <%= _('.This page does not exist. Would you like to: Create a new content or locate existing content.') %>
6 6 <!-- <%= _('If you clicked a link that was in another site, or was given to you by someone else, it would be nice if you tell them that their link is not valid anymore.') %> -->
7 7 </p>
8 8  
... ...