Skip to content

Commit 54d1d96

Browse files
committed
minor
1 parent 589617e commit 54d1d96

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
@@ -601,7 +601,7 @@ qx.Class.define("osparc.desktop.account.ProfilePage", {
601601
});
602602
verifyPhoneNumberView.getChildControl("title").exclude();
603603
verifyPhoneNumberView.getChildControl("send-via-email-button").exclude();
604-
osparc.ui.window.Window.popUpInWindow(verifyPhoneNumberView, this.tr("Update Phone Number"), 350, 135).set({
604+
osparc.ui.window.Window.popUpInWindow(verifyPhoneNumberView, this.tr("Update Phone Number"), 330, 135).set({
605605
clickAwayClose: false,
606606
resizable: false,
607607
showClose: true

0 commit comments

Comments
 (0)