Skip to content

Commit

Permalink
Merge branch 'master' into ustutt
Browse files Browse the repository at this point in the history
  • Loading branch information
lharzenetter committed Jul 3, 2019
2 parents 8806bde + de94aa7 commit 155b3bf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h3>Configure the visibility of the following features:</h3>
<input type="checkbox" [(ngModel)]="config.features.managementFeatureEnrichment" id="managementFeatureEnrichment"
name="managementFeatureEnrichment"
[checked]="config.features.managementFeatureEnrichment">
<label for="freeze">Management Feature Enrichment</label>
<label for="managementFeatureEnrichment">Management Feature Enrichment</label>
<br>
<!--
This feature is currently awaiting to be merged: follow up at https://github.com/eclipse/winery/pull/383
Expand All @@ -57,7 +57,7 @@ <h3>Configure the visibility of the following features:</h3>
<br>
<input type="checkbox" [(ngModel)]="config.features.testRefinement" id="testRefinement" name="testRefinement"
[checked]="config.features.testRefinement">
<label for="freeze">Test Refinement</label>
<label for="testRefinement">Test Refinement</label>
<br>
</div>
<div>
Expand Down

0 comments on commit 155b3bf

Please sign in to comment.