From 9bd22a410674e5d4b817c0b81b7af7427b983b4b Mon Sep 17 00:00:00 2001 From: Fusion Date: Wed, 13 May 2026 04:31:34 -0700 Subject: [PATCH] =?UTF-8?q?feat(FN-4202):=20complete=20Step=202=20?= =?UTF-8?q?=E2=80=94=20align=20ntfy=20test=20labels=20and=20feedback=20wor?= =?UTF-8?q?ding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fusion-Task-Id: FN-4202 Fusion-Task-Lineage: 80626869-c2ef-4a57-ba94-e3fe37cfc2b8 --- packages/dashboard/app/components/SettingsModal.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/dashboard/app/components/SettingsModal.tsx b/packages/dashboard/app/components/SettingsModal.tsx index b93ec49de..3af34b486 100644 --- a/packages/dashboard/app/components/SettingsModal.tsx +++ b/packages/dashboard/app/components/SettingsModal.tsx @@ -5108,7 +5108,7 @@ export function SettingsModal({ !/^[a-zA-Z0-9_-]{1,64}$/.test(form.ntfyTopic) } > - {testNotificationLoading["ntfy-message"] ? "Sending…" : "Test message notification"} + {testNotificationLoading["ntfy-message"] ? "Sending…" : "Test direct message"} {(testNotificationResult["ntfy"] || testNotificationResult["ntfy-message"] || testNotificationResult["ntfy-room"]) && (
{testNotificationResult["ntfy"] && ( - {testNotificationResult["ntfy"].message} + General: {testNotificationResult["ntfy"].message} )} {testNotificationResult["ntfy-message"] && ( - {testNotificationResult["ntfy-message"].message} + Direct message: {testNotificationResult["ntfy-message"].message} )} {testNotificationResult["ntfy-room"] && ( - {testNotificationResult["ntfy-room"].message} + Room reply: {testNotificationResult["ntfy-room"].message} )}