1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 06:34:40 +00:00

fix system admin search repo (#7461)

This commit is contained in:
Michael An
2025-02-14 13:58:18 +08:00
committed by GitHub
parent 1ac807e6f7
commit 508e77d125

View File

@@ -80,7 +80,7 @@ class Content extends Component {
<a className="d-inline-block table-sort-op" href="#" onClick={this.sortByFileCount}>{gettext('Files')} {sortBy == 'file_count' ? sortIcon : initialSortIcon}</a>{' / '}
<a className="d-inline-block table-sort-op" href="#" onClick={this.sortBySize}>{gettext('Size')} {sortBy == 'size' ? sortIcon : initialSortIcon}</a>
</Fragment> :
gettext('Files') / gettext('Size')
<>{gettext('Files')}{' / '}{gettext('Size')}</>
}
</th>
<Fragment>