Skip to content

Commit

Permalink
fixed confusing dialog message
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Cuddihy committed Mar 11, 2022
1 parent 54619a7 commit 66199bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparqlGraphWeb/sparqlGraph/js/sparqlgraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@
if (modelErrors.length == 0) {
require(['sparqlgraph/js/modaliidx'], function (ModalIidx) {
setStatus("");
var msgHtml = "Nodegroup is now valid against ontology. <br><b>Re-save nodegroup.</b>";
var msgHtml = "Nodegroup is now valid against ontology.";
if (warnings.length > 0) {
msgHtml = "<list>Auto-corrected additional errors:<li>" + warnings.join("</li><li>") + "</li></list><br>" + msgHtml;
}
Expand Down

0 comments on commit 66199bf

Please sign in to comment.