1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +00:00

Fix translation (#6625)

* update translation

* change text
This commit is contained in:
Michael An
2024-08-23 17:09:56 +08:00
committed by GitHub
parent 6b49bb9175
commit 645099a405
87 changed files with 8621 additions and 7250 deletions

View File

@@ -292,7 +292,7 @@ class FolderItem extends React.Component {
return item.type == 'dir' ? (
<tr onMouseOver={this.handleMouseOver} onMouseOut={this.handleMouseOut} onFocus={this.handleMouseOver}>
<td className="text-center"><img src={Utils.getFolderIconUrl()} alt={gettext('Directory')} width="24" /></td>
<td className="text-center"><img src={Utils.getFolderIconUrl()} alt={gettext('Folder')} width="24" /></td>
<td><a href="#" onClick={this.renderFolder}>{item.name}</a></td>
<td></td>
<td>