Skip to content

Commit cb5a5b4

Browse files
odeimaizCopilot
andauthored
Update services/static-webserver/client/source/class/osparc/desktop/account/ProfilePage.js
Co-authored-by: Copilot <[email protected]>
1 parent 0547da4 commit cb5a5b4

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
@@ -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)