Skip to content

Commit 38e8b04

Browse files
committed
Open -> Edit
1 parent cc3dbbe commit 38e8b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/ResourceBrowserBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ qx.Class.define("osparc.dashboard.ResourceBrowserBase", {
618618
return null;
619619
}
620620

621-
const editButton = new qx.ui.menu.Button(this.tr("Open"));
621+
const editButton = new qx.ui.menu.Button(this.tr("Edit"));
622622
editButton.addListener("execute", () => {
623623
const isStudyCreation = false;
624624
this._startStudyById(templateData["uuid"], null, null, isStudyCreation);

0 commit comments

Comments
 (0)