Skip to content

Commit

Permalink
#68: Change Cancel button to Close
Browse files Browse the repository at this point in the history
  • Loading branch information
kenmeacham committed Jul 1, 2024
1 parent 465b39f commit 634a0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/app/common/components/about/AboutModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class AboutModal extends Component {
<Button
onClick={modalProps.onHide}
autoFocus>
Cancel
Close
</Button>
</Modal.Footer>
</Modal>
Expand Down

0 comments on commit 634a0e6

Please sign in to comment.