Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 4c5bd55

Browse files
Make Syntax Tips title look more like Error titles
1 parent bb628d7 commit 4c5bd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runestone/activecode/js/activecode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@ Yet another is that there is an internal error. The internal error message is:
13431343
checkDiv = document.createElement("div");
13441344
checkDiv.classList.add("python_check_results","alert", "alert-warning");
13451345
let checkHead = checkDiv.appendChild(document.createElement("h3"));
1346-
checkHead.textContent = "Syntax tips:";
1346+
checkHead.textContent = "Syntax Tips";
13471347
let checkPre = checkDiv.appendChild(document.createElement("pre"));
13481348
//checkPre.classList.add("alert-warning");
13491349
checkPre.textContent = message;

0 commit comments

Comments
 (0)