Skip to content

Commit 08c1586

Browse files
committed
Profile
1 parent f7d2ebf commit 08c1586

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/desktop/account

1 file changed

+1
-1
lines changed

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
@@ -225,7 +225,7 @@ qx.Class.define("osparc.desktop.account.ProfilePage", {
225225
maxWidth: 500
226226
});
227227

228-
const label = osparc.ui.window.TabbedView.createHelpLabel(this.tr("For Privacy reasons, you might want to hide your Full Name and/or the email to other users"));
228+
const label = osparc.ui.window.TabbedView.createHelpLabel(this.tr("For Privacy reasons, you might want to hide your First and Last Names and/or the Email to other users"));
229229
box.add(label);
230230

231231
const hideFullname = new qx.ui.form.CheckBox().set({

0 commit comments

Comments
 (0)