Skip to content

Commit

Permalink
SHIBUI Fixed label
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Feb 28, 2019
1 parent 6886c70 commit 43e6134
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 43e6134

Please sign in to comment.