Commit f012cd5974b3ada65e3fe5894e50a6edf2e5679f
1 parent
815ceb91
Exists in
master
and in
28 other branches
ActionItem980: better wording
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/content_viewer/view_page.rhtml
@@ -73,7 +73,7 @@ | @@ -73,7 +73,7 @@ | ||
73 | 73 | ||
74 | <% if @page.parent && !@page.parent.path.blank? %> | 74 | <% if @page.parent && !@page.parent.path.blank? %> |
75 | <div id="article-parent"> | 75 | <div id="article-parent"> |
76 | - <%= link_to_document(@page.parent, _('Up')) %> | 76 | + <%= link_to_document(@page.parent, _('Go back')) %> |
77 | </div> | 77 | </div> |
78 | <% end %> | 78 | <% end %> |
79 | 79 |