Skip to content

Commit 54d91e7

Browse files
committed
fix(viewers): update browser viewer description
1 parent 78bc3e1 commit 54d91e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/DatasetsTable/DatasetDetails/VersionViewSection/VersionViewSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const VersionViewSection = ({ dataset, version }: VersionViewSectionProps
3636
>
3737
<ListItemText
3838
primary="Browser Viewer"
39-
secondary="Displays the file in your browser if it supports the file type"
39+
secondary="Displays the file in your browser if it supports the file type, otherwise downloads the file"
4040
/>
4141
<Description color="action" />
4242
</ListItem>

components/ProjectTable/ProjectFileDetails/ProjectViewSection/ProjectViewSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const ProjectViewSection = ({ file }: ProjectViewSectionProps) => {
3131
>
3232
<ListItemText
3333
primary="Browser Viewer"
34-
secondary="Displays the dataset in your browser if it supports the file type"
34+
secondary="Displays the file in your browser if it supports the file type, otherwise downloads the file"
3535
/>
3636
<Description color="action" />
3737
</ListItem>

0 commit comments

Comments
 (0)