undo changes from switching from wrong branch

This commit is contained in:
Florian Scholdei
2019-01-18 10:32:47 +01:00
parent 03813b40af
commit 83321a195e
2 changed files with 6 additions and 15 deletions

View File

@@ -12,7 +12,6 @@ import ChangesetTag from "./ChangesetTag";
import {parseDescription} from "./changesets";
import {AvatarWrapper, AvatarImage} from "../../avatar";
import { ExtensionPoint } from "@scm-manager/ui-extensions";
const styles = {
pointer: {
@@ -65,15 +64,7 @@ class ChangesetRow extends React.Component<Props> {
<div className={classNames("media-content", classes.withOverflow)}>
<div className="content">
<p className="is-ellipsis-overflow">
<strong>
<ExtensionPoint
name="changesets.changeset.description"
props={{ changeset, value: description.title }}
renderAll={true}
>
{description.title}
</ExtensionPoint>
</strong>
<strong>{description.title}</strong>
<br />
<Interpolate
i18nKey="changesets.changeset.summary"

View File

@@ -65,6 +65,6 @@
"passwordInvalid": "Password has to be between 6 and 32 characters",
"passwordConfirmFailed": "Passwords have to be identical",
"submit": "Submit",
"changedSuccessfully": "Pasword successfully changed"
"changedSuccessfully": "Password changed successfully"
}
}