diff --git a/src/routes/console/project-[project]/messaging/topicsModal.svelte b/src/routes/console/project-[project]/messaging/topicsModal.svelte index 153063c88..fb716fb17 100644 --- a/src/routes/console/project-[project]/messaging/topicsModal.svelte +++ b/src/routes/console/project-[project]/messaging/topicsModal.svelte @@ -4,6 +4,7 @@ import { sdk } from '$lib/stores/sdk'; import { Query, type Models } from '@appwrite.io/console'; import { createEventDispatcher } from 'svelte'; + import { providerType } from './wizard/store'; export let show: boolean; export let topicsById: Record; @@ -79,7 +80,10 @@ -

Select existing topics you want to send this message to its recipients.

+

+ Select existing topics you want to send this message to its subscribers. The message will be + sent only to {$providerType} targets. +

; export let providerType: MessagingProviderType = null; - export let title = 'Select users'; + export let title = 'Select subscribers'; const dispatch = createEventDispatcher(); @@ -117,8 +117,15 @@ } - -

Select recipients for this message from your users.

+ + +

+ Add subscribers to this topic by selecting the targets for directing messages. Learn more about subscribers. +

Targets Select users to whom this message should be directed. + >Select targets to whom this message should be directed. {#if targetIdsLength === 0 && topicIdsLength === 0}
@@ -67,7 +67,7 @@
- Select recipients to get started + Select targets to get started
diff --git a/src/routes/console/project-[project]/messaging/wizard/step3.svelte b/src/routes/console/project-[project]/messaging/wizard/step3.svelte index d75fc47bd..fce6731ee 100644 --- a/src/routes/console/project-[project]/messaging/wizard/step3.svelte +++ b/src/routes/console/project-[project]/messaging/wizard/step3.svelte @@ -54,8 +54,7 @@ Schedule Schedule the time you want your users to receive this message. Learn more in our - documentation. + >Schedule the time you want to deliver this message. Learn more in our documentation.