From 5ab110a30d75a40a980bee0c2f53b7eb06c47fca Mon Sep 17 00:00:00 2001 From: Christian Paul Date: Thu, 11 Aug 2022 11:06:00 +0200 Subject: [PATCH] Typo: explicitely -> explicitly (#386) --- frontend/src/routes/flows.svelte | 2 +- frontend/src/routes/scripts.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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