mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
Fix wrong usage of Trans component
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
},
|
||||
"changeset": {
|
||||
"description": "Beschreibung",
|
||||
"summary": "Changeset <0/> wurde committet <1/>",
|
||||
"summary": "Changeset <0/> wurde <1/> committet",
|
||||
"shortSummary": "Committet <0/> <1/>",
|
||||
"tags": "Tags",
|
||||
"diffNotSupported": "Diff des Changesets wird von diesem Repositorytyp nicht unterstützt",
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user