Skip to content

Commit

Permalink
Merge branch 'bugfix/typo-label' into bugfix/remove-modal
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Feb 28, 2019
2 parents aba50a3 + 43e6134 commit 58117bd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<div class="custom-control custom-checkbox custom-control-inline custom-control-reverse">
<input class="custom-control-input" type="checkbox" id="serviceEnabled" formControlName="serviceEnabled">
<label class="custom-control-label"
translate="label.enable-this-service-opon-saving"
for="serviceEnabled">Enable this service upon saving?</label>
translate="label.enable-this-service"
for="serviceEnabled">Enable this service?</label>
</div>
<info-icon [description]="'tooltip.enable-this-service-upon-saving' | translate"></info-icon>
</div>
Expand Down

0 comments on commit 58117bd

Please sign in to comment.