mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-28 08:20:57 +01:00
Fix typo in upload message
This commit is contained in:
parent
ed00e37f47
commit
68813d18e0
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ JX.behavior('aphront-drag-and-drop', function(config) {
|
|||
}
|
||||
} else {
|
||||
status = JX.$H(
|
||||
'Uploading <strong>' + parseInt(pending, 10) + '<strong> files...');
|
||||
'Uploading <strong>' + parseInt(pending, 10) + '</strong> files...');
|
||||
}
|
||||
status = JX.$N(
|
||||
'div',
|
||||
|
|
Loading…
Reference in a new issue