mirror of https://github.com/vector-im/riot-web
Translate into peoplecounting
parent
fedd4598b5
commit
0add3d0825
|
@ -58,7 +58,7 @@ export default class UploadConfirmDialog extends React.Component {
|
||||||
title = _t(
|
title = _t(
|
||||||
"Upload files (%(current)s of %(total)s)",
|
"Upload files (%(current)s of %(total)s)",
|
||||||
{
|
{
|
||||||
current: this.props.currentIndex,
|
current: this.props.currentIndex + 1,
|
||||||
total: this.props.totalFiles,
|
total: this.props.totalFiles,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue