Skip to content

Commit

Permalink
Merge pull request #244 from datavisyn/thinkh/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in research disclaimer
  • Loading branch information
Christian Lehner authored Nov 11, 2019
2 parents 7998c6b + 7e3e678 commit b2ae800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ATDPApplication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export abstract class ATDPApplication<T> extends ACLUEWrapper {
if (typeof this.options.showResearchDisclaimer === 'function') {
this.options.showResearchDisclaimer(aboutDialogBody);
} else {
aboutDialogBody.insertAdjacentHTML('afterbegin', '<div class="alert alert-warning" role="alert"><strong>Disclaimer</strong> This software is <strong>for research purpose only</strong>.</span></div>');
aboutDialogBody.insertAdjacentHTML('afterbegin', '<div class="alert alert-warning" role="alert"><strong>Disclaimer</strong> This software is <strong>for research purposes only</strong>.</span></div>');
}
}

Expand Down

0 comments on commit b2ae800

Please sign in to comment.