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} )}