mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 14:42:10 +00:00
modify sf-font to op-target (#2932)
This commit is contained in:
@@ -49,10 +49,10 @@ class UploadListItem extends React.Component {
|
||||
<a href="#" onClick={this.onUploadCancel}>{gettext('cancel')}</a>
|
||||
)}
|
||||
{(!item.isSaved && progress === 100) && (
|
||||
<span className="sf-font">{gettext('saving...')}</span>
|
||||
<span className="saving">{gettext('saving...')}</span>
|
||||
)}
|
||||
{item.isSaved && (
|
||||
<span>{gettext('uploaded')}</span>
|
||||
<span className="uploaded">{gettext('uploaded')}</span>
|
||||
)}
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user