Skip to content

Commit 647c5e3

Browse files
committed
fix(dataset-from-unmanaged-file): Fix tooltip text
#223
1 parent c7a1fa8 commit 647c5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ProjectTable/Buttons/CreateDatasetFromFileButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const CreateDatasetFromFileButton = ({
4747
const org = useCurrentOrg();
4848

4949
return (
50-
<Tooltip title="Create a dataset from this managed file">
50+
<Tooltip title="Create a dataset from this unmanaged file">
5151
<IconButton
5252
size="small"
5353
onClick={async () => {

0 commit comments

Comments
 (0)