diff --git a/src/renderer/components/Plugins/LocalPlugins.tsx b/src/renderer/components/Plugins/LocalPlugins.tsx
index 7f9f9175231b02d666acd5752adb9dca1367aabb..58f91bc0136781dc3cd72e5bec248a6f4a40ffd0 100644
--- a/src/renderer/components/Plugins/LocalPlugins.tsx
+++ b/src/renderer/components/Plugins/LocalPlugins.tsx
@@ -6,12 +6,14 @@ import {
   Button,
   FormControl,
   Grid,
-  Input,
   LinearProgress,
   Sheet,
   Typography,
 } from '@mui/joy';
-import { FolderOpenIcon, PlusIcon } from 'lucide-react';
+import {
+  PlusIcon,
+  StoreIcon,
+} from 'lucide-react';
 import PluginCard from './PluginCard';
 
 import * as chatAPI from '../../lib/transformerlab-api-sdk';
@@ -46,9 +48,8 @@ export default function LocalPlugins({ experimentInfo }) {
         experimentInfo={experimentInfo}
       />
       <Typography level="body-md">
-        Below are plugin scripts installed to project{' '}
-        <b>{experimentInfo?.name}</b>. Additional scripts can be added from the
-        Script Store{' '}
+        Below is a list of currently installed and available plugins. Additional scripts can be added in the
+        {' '} <StoreIcon /> Plugin Script Store
       </Typography>
       <Sheet
         variant="soft"