diff --git a/client/src/stores/activitySetup.ts b/client/src/stores/activitySetup.ts index 0566ea5389cf..da246ff33bc7 100644 --- a/client/src/stores/activitySetup.ts +++ b/client/src/stores/activitySetup.ts @@ -33,16 +33,16 @@ export const Activities = [ }, { anonymous: true, - description: "Displays the tool panel to search and access all available tools.", + description: "Displays the panel to search and access all available workshops.", icon: "wrench", id: "tools", mutable: false, optional: false, panel: true, - title: "Tools", + title: "Workshops", to: null, tooltip: "Search and run tools", - visible: false, + visible: true, }, { anonymous: true,