We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e402f9 commit 21caad7Copy full SHA for 21caad7
services/static-webserver/client/source/class/osparc/desktop/StudyEditor.js
@@ -187,7 +187,7 @@ qx.Class.define("osparc.desktop.StudyEditor", {
187
if (err["status"] == 402) {
188
msg = err["message"];
189
// The backend might have thrown a 402 because the wallet was negative
190
- const match = msg.match(/Project debt\s([-]?\d+(\.\d+)?)\scredits/);
+ const match = msg.match(/last transaction of\s([-]?\d+(\.\d+)?)\sresulted/);
191
let debt = null;
192
if ("debtAmount" in err) {
193
// the study has some debt that needs to be paid
0 commit comments