diff --git a/app/views/cms/view.rhtml b/app/views/cms/view.rhtml
index f3ab968..4341151 100644
--- a/app/views/cms/view.rhtml
+++ b/app/views/cms/view.rhtml
@@ -38,7 +38,7 @@
<%= link_to _('Properties'), :action => 'edit', :id => folder.id %>
- <%= link_to _('View'), folder.url %>
+ <%= link_to _('Public view'), folder.url %>
|
<% end %>
@@ -65,7 +65,7 @@
<%= link_to _('Edit'), :action => 'edit', :id => item.id %>
- <%= link_to _('View'), item.url %>
+ <%= link_to _('Public view'), item.url %>
|
<% end %>
--
libgit2 0.21.2