mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 15:38:15 +00:00
repair uploader translate bug (#2808)
This commit is contained in:
@@ -46,7 +46,7 @@ class UploadListItem extends React.Component {
|
|||||||
</td>
|
</td>
|
||||||
<td className="upload-operation">
|
<td className="upload-operation">
|
||||||
{(!item.isSaved && progress !== 100) && (
|
{(!item.isSaved && progress !== 100) && (
|
||||||
<a href="#" onClick={this.onUploadCancel}>{gettext(('cancel'))}</a>
|
<a href="#" onClick={this.onUploadCancel}>{gettext('cancel')}</a>
|
||||||
)}
|
)}
|
||||||
{(!item.isSaved && progress === 100) && (
|
{(!item.isSaved && progress === 100) && (
|
||||||
<span className="sf-font">{gettext('saving...')}</span>
|
<span className="sf-font">{gettext('saving...')}</span>
|
||||||
|
Reference in New Issue
Block a user