mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-29 00:40: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 {
|
} else {
|
||||||
status = JX.$H(
|
status = JX.$H(
|
||||||
'Uploading <strong>' + parseInt(pending, 10) + '<strong> files...');
|
'Uploading <strong>' + parseInt(pending, 10) + '</strong> files...');
|
||||||
}
|
}
|
||||||
status = JX.$N(
|
status = JX.$N(
|
||||||
'div',
|
'div',
|
||||||
|
|
Loading…
Reference in a new issue