You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
Translate into peoplecounting
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user