1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +00:00

fix 'Group info' text (#7373)

This commit is contained in:
Michael An
2025-01-17 10:09:39 +08:00
committed by GitHub
parent 3a743f2d70
commit fdf720ffd5
2 changed files with 2 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ class OrgAdminGroupNav extends React.Component {
<div className="cur-view-path org-admin-user-nav">
<ul className="nav">
<li className="nav-item">
<Link to={urlBase} className={`nav-link${currentItem == 'info' ? ' active' : ''}`}>{gettext('Group Info')}</Link>
<Link to={urlBase} className={`nav-link${currentItem == 'info' ? ' active' : ''}`}>{gettext('Group info')}</Link>
</li>
<li className="nav-item">
<Link to={`${urlBase}repos/`} className={`nav-link${currentItem == 'repos' ? ' active' : ''}`}>{gettext('Libraries')}</Link>