We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7061ff commit 8d980adCopy full SHA for 8d980ad
2 files changed
.github/workflows/test.txt
website/js/remote.js
@@ -154,7 +154,7 @@ function setChartNameArrays() {
154
function postTimingsMessaqe(message) {
155
let tr = commandbody.rows[0];
156
let td = tr.firstChild;
157
- td.innerText = `Total time for all processing: ${message.payload}`;
+ td.innerText = `Total time for chart processing: ${message.payload}`;
158
resetCommandList();
159
resetChartList();
160
}
0 commit comments