Commit f6eb6fd1711980285ea6e45f3a354661addcc10e
1 parent
93ecef8d
Exists in
master
and in
28 other branches
article-versions: change button text
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/content_viewer/article_versions.rhtml
1 | <div class="article-versions"> | 1 | <div class="article-versions"> |
2 | - <%= button(:back, _('Go back to post'), {:action => 'view_page'}) %> | 2 | + <%= button(:back, _('Go back to latest version'), {:action => 'view_page'}) %> |
3 | </div> | 3 | </div> |
4 | 4 | ||
5 | <%= article_title(@page, :no_link => true) %> | 5 | <%= article_title(@page, :no_link => true) %> |