diff --git a/apps/remix-ide/src/app/tabs/locales/en/filePanel.json b/apps/remix-ide/src/app/tabs/locales/en/filePanel.json
index 3b790fa706..3847cae628 100644
--- a/apps/remix-ide/src/app/tabs/locales/en/filePanel.json
+++ b/apps/remix-ide/src/app/tabs/locales/en/filePanel.json
@@ -136,4 +136,4 @@
"filePanel.movingFolderFailedMsg": "Unexpected error while moving folder: {src}",
"filePanel.workspaceActions": "Workspace actions",
"filePanel.saveCodeSample": "This code-sample workspace will not be persisted. Click here to save it."
-}
\ No newline at end of file
+}
diff --git a/libs/remix-ui/workspace/src/lib/components/file-explorer-hovericons.tsx b/libs/remix-ui/workspace/src/lib/components/file-explorer-hovericons.tsx
index 7ec18028e6..a3c75e499c 100644
--- a/libs/remix-ui/workspace/src/lib/components/file-explorer-hovericons.tsx
+++ b/libs/remix-ui/workspace/src/lib/components/file-explorer-hovericons.tsx
@@ -20,10 +20,10 @@ export function FileHoverIcons(props: FileHoverIconsProps) {
props.file.isDirectory ? (
<>
}
- tooltipId={`filePanel.edit.${props.file.path}`}
+ tooltipText={}
+ tooltipId={`filePanel.createNewFolder.${props.file.path}`}
tooltipClasses="text-nowrap"
>
}
- tooltipId={`fileExplorer.edit.${props.file.path}`}
+ tooltipText={}
+ tooltipId={`fileExplorer.createNewFile.${props.file.path}`}
tooltipClasses="text-nowrap"
>
}
- tooltipId={`fileExplorer.edit.${props.file.path}`}
+ tooltipText={}
+ tooltipId={`filePanel.rename.${props.file.path}`}
tooltipClasses="text-nowrap"
>
}
- tooltipId={`fileExplorer.edit.${props.file.path}`}
+ tooltipText={}
+ tooltipId={`filePanel.deleteItem.${props.file.path}`}
tooltipClasses="text-nowrap"
>