We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cddc54 commit faabe8bCopy full SHA for faabe8b
1 file changed
ui/status.js
@@ -593,7 +593,7 @@ function reset_summary(summary, branch)
593
function contest_create_table(stream_name, container)
594
{
595
var h4 = document.createElement("h4");
596
- h4.innerText = stream_name;
+ h4.innerText = "Branch stream: " + stream_name;
597
container.appendChild(h4);
598
599
var table = document.createElement("table");
0 commit comments