From c84fa83546f023fc18ef3553e8fcebfc33b90aeb Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 25 Sep 2023 20:27:06 +0200 Subject: [PATCH] nits --- .../apps/editor/componentsPanel/CssSettings.svelte | 11 ++++++----- .../lib/components/flows/content/FlowRetries.svelte | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/frontend/src/lib/components/apps/editor/componentsPanel/CssSettings.svelte b/frontend/src/lib/components/apps/editor/componentsPanel/CssSettings.svelte index da6b16bfa4..e2c3d254c6 100644 --- a/frontend/src/lib/components/apps/editor/componentsPanel/CssSettings.svelte +++ b/frontend/src/lib/components/apps/editor/componentsPanel/CssSettings.svelte @@ -51,20 +51,21 @@ {#if $enterpriseLicense === undefined}
-
+
EE only
- + App CSS editor is an exclusive feature of the Enterprise Edition. You can experiment with this feature in the editor, but please note that the changes will not be visible once deployed.
- Component styling is still available in the Community Edition - - You can still style components individually in the Community Edition. + Component styling available in CE + + You can still style components in the Community Edition in the styling section + of the component's configuration.
diff --git a/frontend/src/lib/components/flows/content/FlowRetries.svelte b/frontend/src/lib/components/flows/content/FlowRetries.svelte index 2e0bd3c503..4f57e3ed78 100644 --- a/frontend/src/lib/components/flows/content/FlowRetries.svelte +++ b/frontend/src/lib/components/flows/content/FlowRetries.svelte @@ -96,7 +96,7 @@ delay = multiplier * base ^ (number of attempt)
Base (in seconds)
- + {:else}
Attempts