Skip to content

Commit 6f6cc4f

Browse files
committed
New Organization caption
1 parent 1ddfde7 commit 6f6cc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/desktop/organizations/OrganizationsList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ qx.Class.define("osparc.desktop.organizations.OrganizationsList", {
101101
createOrgBtn.addListener("execute", function() {
102102
const newOrg = true;
103103
const orgEditor = new osparc.editor.OrganizationEditor(newOrg);
104-
const title = this.tr("Organization Details Editor");
104+
const title = this.tr("New Organization");
105105
const win = osparc.ui.window.Window.popUpInWindow(orgEditor, title, 400, 250);
106106
orgEditor.addListener("createOrg", () => {
107107
this.__createOrganization(win, orgEditor.getChildControl("create"), orgEditor);

0 commit comments

Comments
 (0)