We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca5d59 commit bb6a234Copy full SHA for bb6a234
services/static-webserver/client/source/class/osparc/dashboard/StudyBrowserHeader.js
@@ -193,7 +193,7 @@ qx.Class.define("osparc.dashboard.StudyBrowserHeader", {
193
break;
194
}
195
case "empty-trash-button": {
196
- control = new qx.ui.form.Button(this.tr("Empty Bin"), "@FontAwesome5Solid/trash/14").set({
+ control = new qx.ui.form.Button(this.tr("Delete all"), "@FontAwesome5Solid/trash/14").set({
197
appearance: "danger-button",
198
allowGrowY: false,
199
alignY: "middle",
0 commit comments