diff --git a/frontend/src/routes/flows.svelte b/frontend/src/routes/flows.svelte index 57afa8f732..541aa1d45e 100644 --- a/frontend/src/routes/flows.svelte +++ b/frontend/src/routes/flows.svelte @@ -187,7 +187,7 @@ My personal space ({`u/${$userStore?.username}`})

- All flows owned by you (and visible only to you if you do not explicitely share them) + All flows owned by you (and visible only to you if you do not explicitly share them)

{:else if sectionTab == 'groups'}

Groups that I am member of

diff --git a/frontend/src/routes/scripts.svelte b/frontend/src/routes/scripts.svelte index 2258386910..8a5ffdb149 100644 --- a/frontend/src/routes/scripts.svelte +++ b/frontend/src/routes/scripts.svelte @@ -222,7 +222,7 @@ My personal space ({`u/${$userStore?.username}`})

- All scripts owned by you (and visible only to you if you do not explicitely share them) + All scripts owned by you (and visible only to you if you do not explicitly share them)

{:else if sectionTab == 'groups'}

Groups that I am member of