Fix wrong usage of Trans component

This commit is contained in:
Florian Scholdei
2019-10-24 13:41:54 +02:00
parent e3d8fe7f5f
commit 185e6718e9
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ class ChangesetDetails extends React.Component<Props, State> {
<ChangesetAuthor changeset={changeset} />
</p>
<p>
<Trans i18nKey="changeset.summary" values={{ id, time: date }} />
<Trans i18nKey="repos:changeset.summary" components={[id, date]} />
</p>
</div>
<div className="media-right">{this.renderTags()}</div>