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