mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
merge
This commit is contained in:
@@ -28,7 +28,7 @@ class ChangesetAuthor extends React.Component<Props> {
|
||||
renderWithMail(name: string, mail: string) {
|
||||
const { t } = this.props;
|
||||
return (
|
||||
<a href={"mailto: " + mail} title={t("changesets.author.mailto") + " " + mail}>
|
||||
<a href={"mailto: " + mail} title={t("changeset.author.mailto") + " " + mail}>
|
||||
{name}
|
||||
</a>
|
||||
);
|
||||
@@ -38,7 +38,7 @@ class ChangesetAuthor extends React.Component<Props> {
|
||||
const { t } = this.props;
|
||||
return (
|
||||
<>
|
||||
{t("changesets.author.prefix")} {child}
|
||||
{t("changeset.author.prefix")} {child}
|
||||
<ExtensionPoint
|
||||
name="changesets.author.suffix"
|
||||
props={{ changeset: this.props.changeset }}
|
||||
|
||||
Reference in New Issue
Block a user