You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-24 06:02:08 +03:00
fix whitespace on multiupload prompt
This commit is contained in:
@ -71,7 +71,7 @@ module.exports = React.createClass({displayName: 'UploadBar',
|
|||||||
|
|
||||||
var others;
|
var others;
|
||||||
if (uploads.length > 1) {
|
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 (
|
return (
|
||||||
|
Reference in New Issue
Block a user