mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-12 12:22:13 +00:00
fix 'Group info' text (#7373)
This commit is contained in:
parent
3a743f2d70
commit
fdf720ffd5
@ -17,7 +17,7 @@ class OrgAdminGroupNav extends React.Component {
|
|||||||
<div className="cur-view-path org-admin-user-nav">
|
<div className="cur-view-path org-admin-user-nav">
|
||||||
<ul className="nav">
|
<ul className="nav">
|
||||||
<li className="nav-item">
|
<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>
|
||||||
<li className="nav-item">
|
<li className="nav-item">
|
||||||
<Link to={`${urlBase}repos/`} className={`nav-link${currentItem == 'repos' ? ' active' : ''}`}>{gettext('Libraries')}</Link>
|
<Link to={`${urlBase}repos/`} className={`nav-link${currentItem == 'repos' ? ' active' : ''}`}>{gettext('Libraries')}</Link>
|
||||||
|
@ -32,3 +32,4 @@ gettext('You have not created any upload links yet. An upload link allows anyone
|
|||||||
gettext('You have not added any libraries, folders or files to your favorites yet. A favorite gives you quick access to your most frequently used objects. You can add a library, folder or file to your favorites by clicking the star to the left of its name.');
|
gettext('You have not added any libraries, folders or files to your favorites yet. A favorite gives you quick access to your most frequently used objects. You can add a library, folder or file to your favorites by clicking the star to the left of its name.');
|
||||||
gettext('No public libraries have been created yet. A public library is accessible by all users. You can create a public library by clicking the "Add Library" item in the dropdown menu.');
|
gettext('No public libraries have been created yet. A public library is accessible by all users. You can create a public library by clicking the "Add Library" item in the dropdown menu.');
|
||||||
gettext('No libraries have been shared directly with you. A shared library can be shared with full or restricted permission. If you need access to a library owned by another user, ask the user to share the library with you.');
|
gettext('No libraries have been shared directly with you. A shared library can be shared with full or restricted permission. If you need access to a library owned by another user, ask the user to share the library with you.');
|
||||||
|
gettext('Group info');
|
||||||
|
Loading…
Reference in New Issue
Block a user