diff --git a/kallithea/templates/index_base.html b/kallithea/templates/index_base.html
--- a/kallithea/templates/index_base.html
+++ b/kallithea/templates/index_base.html
@@ -49,7 +49,7 @@
- | ${_('Repository Group Name')} |
+ ${_('Repository Group')} |
${_('Description')} |
##${_('Number of Repositories')} |
@@ -92,7 +92,7 @@
data: data.records,
columns: [
{data: "raw_name", visible: false, searchable: false},
- {title: "${_('Repository Name')}", data: "name", orderData: 1, render: {
+ {title: "${_('Repository')}", data: "name", orderData: 1, render: {
filter: function(data) {
return $(data).find(".dt_repo_name").text();
}