Skip to content

Commit

Permalink
Item B-03522: Change service verbiage
Browse files Browse the repository at this point in the history
This changes the verbage for checkboxes in add and edit service admin forms.
  • Loading branch information
kaladay committed Jun 19, 2018
1 parent adc8ddd commit 2c2803f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/views/modals/addServiceModal.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ <h3 class="modal-title">Add Service</h3>
<service-status model="serviceData"></service-status>

<div class="checkbox">
<label><input type="checkbox" value="false" ng-model="serviceData.isPublic">Is the Service Public?</label>
<label><input type="checkbox" value="false" ng-model="serviceData.isPublic">Service is visible to anonymous users</label>
</div>

<div class="checkbox">
<label><input type="checkbox" value="false" ng-model="serviceData.onShortList">Is the Service on the short list?</label>
<label><input type="checkbox" value="false" ng-model="serviceData.onShortList">Service is flagged for prominent display</label>
</div>

<div class="modal-footer">
Expand Down
4 changes: 2 additions & 2 deletions app/views/modals/editServiceModal.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ <h3 class="modal-title">Edit Service</h3>
<service-status model="serviceData"></service-status>

<div class="checkbox">
<label><input type="checkbox" value="false" ng-model="serviceData.isPublic">Is the Service Public?</label>
<label><input type="checkbox" value="false" ng-model="serviceData.isPublic">Service is visible to anonymous users</label>
</div>

<div class="checkbox">
<label><input type="checkbox" value="false" ng-model="serviceData.onShortList">Is the Service on the short list?</label>
<label><input type="checkbox" value="false" ng-model="serviceData.onShortList">Service is flagged for prominent display</label>
</div>

<div class="modal-footer">
Expand Down

0 comments on commit 2c2803f

Please sign in to comment.