diff --git a/scm-ui/ui-webapp/src/repos/components/changesets/ContributorTable.tsx b/scm-ui/ui-webapp/src/repos/components/changesets/ContributorTable.tsx index cd25900cbf..204d50d913 100644 --- a/scm-ui/ui-webapp/src/repos/components/changesets/ContributorTable.tsx +++ b/scm-ui/ui-webapp/src/repos/components/changesets/ContributorTable.tsx @@ -87,14 +87,14 @@ const ContributorTable: FC = ({ changeset }) => { return ( - {t("changeset.contributor.type.author") + ":"} + {t("changeset.contributor.type.author")}: {getContributorsByType().map(contributor => ( - {t("changeset.contributor.type." + contributor.type) + ":"} + {t("changeset.contributor.type." + contributor.type)}:
{contributor.persons.map(person => (