From 79629a6aed7a20f6fb811647f1ac1b055eb21e96 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Wed, 12 Sep 2012 16:30:57 -0300 Subject: [PATCH] Replaced "Mange licenses" by "Licenses" on admin --- app/views/admin_panel/index.rhtml | 2 +- app/views/content_viewer/_comment.rhtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin_panel/index.rhtml b/app/views/admin_panel/index.rhtml index 21fda6e..cac3be8 100644 --- a/app/views/admin_panel/index.rhtml +++ b/app/views/admin_panel/index.rhtml @@ -8,7 +8,7 @@ <%= link_to _('Plugins'), :controller => 'plugins' %> <%= link_to _('Sideboxes'), :controller => 'environment_design'%> <%= link_to _('Homepage'), :action => 'set_portal_community' %> - <%= link_to _('Manage Licenses'), :controller =>'licenses' %> + <%= link_to _('Licenses'), :controller =>'licenses' %>

<%= _('Profiles') %>

diff --git a/app/views/content_viewer/_comment.rhtml b/app/views/content_viewer/_comment.rhtml index c4e496f..1687075 100644 --- a/app/views/content_viewer/_comment.rhtml +++ b/app/views/content_viewer/_comment.rhtml @@ -71,7 +71,7 @@ <% unless comment.spam? %>   <%= link_to_function _('Reply'), - "var f = add_comment_reply_form(this, %s); f.find('input[name=comment[title]], textarea').val(''); return false" % comment.id, + "var f = add_comment_reply_form(this, %s); f.find('comment_title, textarea').val(''); return false" % comment.id, :class => 'comment-footer comment-footer-link comment-footer-hide', :id => 'comment-reply-to-' + comment.id.to_s %> -- libgit2 0.21.2