diff rhodecode/templates/index_base.html @ 3416:5706f6ab60cf beta

follow-up on texts missing from 'users groups'/'repositories group' cleanup
author Mads Kiilerich <madski@unity3d.com>
date Wed, 27 Feb 2013 17:18:41 +0100
parents fe2bb88bf7ac
children 53eafc983b5c
line wrap: on
line diff
--- a/rhodecode/templates/index_base.html	Wed Feb 27 02:27:09 2013 +0100
+++ b/rhodecode/templates/index_base.html	Wed Feb 27 17:18:41 2013 +0100
@@ -48,7 +48,7 @@
                     <tr>
                         <td>
                             <div style="white-space: nowrap">
-                            <img class="icon" alt="${_('Repositories group')}" src="${h.url('/images/icons/database_link.png')}"/>
+                            <img class="icon" alt="${_('Repository group')}" src="${h.url('/images/icons/database_link.png')}"/>
                             ${h.link_to(gr.name,url('repos_group_home',group_name=gr.group_name))}
                             </div>
                         </td>