1
0
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:
David Baker
2019-04-01 16:52:06 +01:00
parent fedd4598b5
commit 0add3d0825

View File

@@ -58,7 +58,7 @@ export default class UploadConfirmDialog extends React.Component {
title = _t(
"Upload files (%(current)s of %(total)s)",
{
current: this.props.currentIndex,
current: this.props.currentIndex + 1,
total: this.props.totalFiles,
},
);