Skip to content

Commit 2e9dff4

Browse files
committed
minor
1 parent e45e83f commit 2e9dff4

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
@@ -96,7 +96,7 @@ qx.Class.define("osparc.desktop.account.ProfilePage", {
9696
const form = new qx.ui.form.Form();
9797
form.add(firstName, "First Name", null, "firstName");
9898
form.add(lastName, "Last Name", null, "lastName");
99-
form.add(username, "Username", null, "username");
99+
form.add(username, "username", null, "username");
100100
form.add(email, "Email", null, "email");
101101
box.add(new qx.ui.form.renderer.Single(form));
102102

0 commit comments

Comments
 (0)