Skip to content

Commit

Permalink
avoid Event Rescheduled in the payload (#1685)
Browse files Browse the repository at this point in the history
so it can be translated later.

CPNHUB-79
  • Loading branch information
petrjasek authored May 20, 2022
1 parent 3e6044e commit 98ae7c1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ export class RescheduleEventComponent extends React.Component {
}

submit() {
const reason = this.state.reason ? (gettext('Event Rescheduled: ') + this.state.reason) :
this.state.reason;
const reason = this.state.reason;

return this.props.onSubmit(
this.props.original,
Expand Down

0 comments on commit 98ae7c1

Please sign in to comment.