Skip to content

Commit 9d945d5

Browse files
committed
minor
1 parent c8f61c1 commit 9d945d5

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
@@ -313,7 +313,7 @@ qx.Class.define("osparc.desktop.account.ProfilePage", {
313313
maxWidth: 500
314314
});
315315

316-
const label = osparc.ui.window.TabbedView.createHelpLabel(this.tr("For Privacy reasons, you might want to hide some personal data."));
316+
const label = osparc.ui.window.TabbedView.createHelpLabel(this.tr("Choose what other see."));
317317
box.add(label);
318318

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

0 commit comments

Comments
 (0)