diff --git a/frontend/src/MarketplacePage/InstalledPlugins.jsx b/frontend/src/MarketplacePage/InstalledPlugins.jsx
index 1066c8552c..181ca0e71d 100644
--- a/frontend/src/MarketplacePage/InstalledPlugins.jsx
+++ b/frontend/src/MarketplacePage/InstalledPlugins.jsx
@@ -109,15 +109,29 @@ const InstalledPluginCard = ({ plugin, marketplacePlugin, fetchPlugins, isDevMod
toast.success(`${capitalizeFirstLetter(name)} reloaded`);
};
+ const pluginDeleteMessage = (
+ <>
+ Deleting {capitalizeFirstLetter(name)} plugin will result in the permanent removal of all
+ associated datasources and its dataqueries. This action cannot be undone. Are you sure you wish to proceed with
+ the deletion?
+ >
+ );
+
return (
<>