From b838db1b388edea4fc14b121c83403c8e42e6a63 Mon Sep 17 00:00:00 2001 From: Bret Mogilefsky Date: Sun, 21 Jan 2024 11:21:54 -0800 Subject: [PATCH] Fix typo in setup SMTP instructions (#3055) --- frontend/src/lib/components/InstanceSettings.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/InstanceSettings.svelte b/frontend/src/lib/components/InstanceSettings.svelte index 86f0fa96c4..1f9ac39f38 100644 --- a/frontend/src/lib/components/InstanceSettings.svelte +++ b/frontend/src/lib/components/InstanceSettings.svelte @@ -173,7 +173,7 @@ {#if category == 'SMTP'}
Setting SMTP unlock sending emails upon adding new users to the workspace or the + >Setting SMTP unlocks sending emails upon adding new users to the workspace or the instance.
{:else if category == 'Telemetry'}