1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-22 18:41:57 +03:00

fix whitespace on multiupload prompt

This commit is contained in:
Matthew Hodgson
2016-04-10 14:02:22 +01:00
parent 967528608f
commit 2e772e2f19

View File

@ -71,7 +71,7 @@ module.exports = React.createClass({displayName: 'UploadBar',
var others;
if (uploads.length > 1) {
others = 'and '+(uploads.length - 1) + ' other' + (uploads.length > 2 ? 's' : '');
others = ' and ' + (uploads.length - 1) + ' other' + (uploads.length > 2 ? 's' : '');
}
return (