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 c7a1fa8 commit 647c5e3Copy full SHA for 647c5e3
components/ProjectTable/Buttons/CreateDatasetFromFileButton.tsx
@@ -47,7 +47,7 @@ export const CreateDatasetFromFileButton = ({
47
const org = useCurrentOrg();
48
49
return (
50
- <Tooltip title="Create a dataset from this managed file">
+ <Tooltip title="Create a dataset from this unmanaged file">
51
<IconButton
52
size="small"
53
onClick={async () => {
0 commit comments