Skip to content

Commit 62112f4

Browse files
committed
Minor changes
1 parent 97ed919 commit 62112f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/routes/viewer-paths/+page.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Note that access to image data is restricted to OME-Zarrs within certain paths (and their
1818
subfolders).
1919
{#if viewerPaths.length > 0}
20-
The list of paths accessible to the current user includes:
20+
These are the accessible paths:
2121
{:else}
2222
The list of paths accessible to the current user is empty.
2323
{/if}
@@ -30,7 +30,6 @@
3030
</ul>
3131

3232
<p>
33-
Depending on the Fractal configuration, you may also have access to additional paths.<br />
3433
Please contact an admin if you see an error message like <code>403 Forbidden</code> when opening the
3534
image viewer.
3635
</p>

0 commit comments

Comments
 (0)