Commit f6d376bbaeca35fda7457cfa9b9ccde7ac064757
1 parent
f9014058
Exists in
master
and in
29 other branches
ActionItem898: Reviewing text in "Not Found" page
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
app/views/shared/not_found.rhtml
1 | 1 | <div id='not-found'> |
2 | 2 | <h1><%= _('There is no such page: %s') % (content_tag('tt', @path)) %></h1> |
3 | - <p><%= _('You may have clicked an expired link or mistyped the address.') %></p> | |
3 | + <p> | |
4 | + <%= _('You may have clicked an expired link or mistyped the address.') %> | |
5 | + <%= _('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.') %> | |
6 | + </p> | |
4 | 7 | <ul> |
5 | - <li><%= link_to _(' Return home page'), :controller => 'home' %></li> | |
8 | + <li><%= link_to _('Go to the site home page'), :controller => 'home' %></li> | |
6 | 9 | <li><%= link_to _('Go back'), :back %></li> |
7 | 10 | <ul> |
8 | 11 | </div> | ... | ... |