Skip to content

Commit

Permalink
Amend text shown when sim is running
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Oct 19, 2023
1 parent 0d2920f commit 3a021a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digiplan/static/js/results.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function showRegionChart(msg, lookup) {
function hideRegionChart(msg) {
clearChart("region_chart_statusquo");
clearChart("region_chart_2045");
resultSimNote.innerText = "Berechnung läuft ...";
resultSimNote.innerText = "Berechnung läuft ... (max. 3 min)";
return logMessage(msg);
}

Expand Down

0 comments on commit 3a021a3

Please sign in to comment.