Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Feb 22, 2024
1 parent 57599ed commit b5333bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lhc_web/design/defaulttheme/js/react/build/all.js

Large diffs are not rendered by default.

Expand Up @@ -146,7 +146,7 @@ class NodeTriggerActionAttribute extends Component {
</div>

<div className="col-12">
<label><input type="checkbox" onChange={(e) => this.onchangeAttr({'path' : ['soft_event'], 'value' :e.target.checked})} defaultChecked={this.props.action.getIn(['content','soft_event'])} /> Soft event. If this event is found while cliking another button - we will automatically terminate it.</label>
<label><input type="checkbox" onChange={(e) => this.onchangeAttr({'path' : ['soft_event'], 'value' :e.target.checked})} defaultChecked={this.props.action.getIn(['content','soft_event'])} /> Soft event. If another event is found while clicking another button or triggered by another "event", we will automatically terminate it.</label>
</div>

</div>
Expand Down

0 comments on commit b5333bf

Please sign in to comment.