Skip to content

Commit

Permalink
Merge pull request #1908 from TexasDigitalLibrary/1265-saved-filter-p…
Browse files Browse the repository at this point in the history
…ublic

Spelling and phrasing fixes
  • Loading branch information
smutniak authored Apr 9, 2024
2 parents a22c558 + d6ac598 commit e3e6a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h3>Default Embargoes</h3>
<button
class="btn btn-default modal-add-btn"
ng-click="modalData.guarantor='DEFAULT'; openModal('#embargoNewModal')">
Add Default Embaro
Add Default Embargo
</button>

</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h3 class="modal-title">Save Current Filter</h3>
model="box.activeFilters"
property="publicFlag"
label="Public"
placeholder="I would like this filter to be available to all users."
placeholder="I would like this filter to be available to other users."
form="forms.saveFilter"
validations="box.activeFilters.getValidations()"
results="box.activeFilters.getValidationResults()">
Expand Down

0 comments on commit e3e6a77

Please sign in to comment.