Skip to content

Commit 90c9f4d

Browse files
committed
minor
1 parent 30c8967 commit 90c9f4d

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
470470
osparc.store.Workspaces.getInstance().trashWorkspace(workspaceId)
471471
.then(() => {
472472
this.__reloadWorkspaces();
473-
const msg = this.tr("Successfully moved to the Bin");
473+
const msg = this.tr("Successfully moved to Bin");
474474
osparc.FlashMessenger.getInstance().logAs(msg, "INFO");
475475
this._resourceFilter.setTrashEmpty(false);
476476
})

0 commit comments

Comments
 (0)