Skip to content

Commit 92a3c83

Browse files
committed
cleanup msg
1 parent 6725932 commit 92a3c83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/po/PreRegistration.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ qx.Class.define("osparc.po.PreRegistration", {
7777
if (form.validate()) {
7878
submitBtn.setFetching(true);
7979

80-
const flashErrorMsg = "Failed to Pre-Registration. See details below";
80+
const flashErrorMsg = this.tr("Pre-Registration Failed. See details below");
8181
const findingStatus = this.getChildControl("finding-status");
8282
findingStatus.setValue(this.tr("Searching Pre-Registered users..."));
8383

@@ -89,7 +89,7 @@ qx.Class.define("osparc.po.PreRegistration", {
8989
} catch (err) {
9090
console.error(err);
9191

92-
const detailErrorMsg = this.tr(`Error parsing JSON Pre-Registered users: ${err}`);
92+
const detailErrorMsg = `Error parsing Request Form JSON. ${err}`;
9393
findingStatus.setValue(detailErrorMsg);
9494

9595
osparc.FlashMessenger.logAs(flashErrorMsg, "ERROR");

0 commit comments

Comments
 (0)