Skip to content

Commit 5d1e12f

Browse files
committed
Merge branch 'feature/extend-my-account' of github.com:odeimaiz/osparc-simcore into feature/extend-my-account
2 parents 0547da4 + 68c4b94 commit 5d1e12f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/data/model/User.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ qx.Class.define("osparc.data.model.User", {
6565
});
6666

6767
if (userData["contact"]) {
68-
const contact = userData["contact"]
68+
const contact = userData["contact"];
6969
this.set({
7070
institution: contact["institution"] || null,
7171
address: contact["address"] || null,

services/static-webserver/client/source/class/osparc/desktop/account/ProfilePage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ qx.Class.define("osparc.desktop.account.ProfilePage", {
338338

339339
const box = this.self().createSectionBox(this.tr("Privacy"));
340340

341-
const label = osparc.ui.window.TabbedView.createHelpLabel(this.tr("Choose what other see."));
341+
const label = osparc.ui.window.TabbedView.createHelpLabel(this.tr("Choose what others see."));
342342
box.add(label);
343343

344344
const hideUsername = new qx.ui.form.CheckBox().set({

0 commit comments

Comments
 (0)