From 72c5d46b1d3a18678e40aafc7188a2ba357aafcc Mon Sep 17 00:00:00 2001 From: Adam Coster Date: Wed, 23 Aug 2023 15:50:23 -0500 Subject: [PATCH] fix: Updated the deprecation warning to link to the announcement issue --- packages/desktop-ui/src/routes/Alerts.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/desktop-ui/src/routes/Alerts.svelte b/packages/desktop-ui/src/routes/Alerts.svelte index 4034bd0e..0ac5bbbf 100644 --- a/packages/desktop-ui/src/routes/Alerts.svelte +++ b/packages/desktop-ui/src/routes/Alerts.svelte @@ -16,7 +16,7 @@ () => alerts.notify({ kind: 'warning', - text: 'Deprecation notice: We\'re porting Stitch Desktop\'s features to Stitch for VSCode (tinybs.co/stitch-vscode). Stitch Desktop is no longer maintained.', + text: `NOTICE: Stitch Desktop is being deprecated in favor of Stitch for VSCode (see the announcement for details). Stitch Desktop is no longer maintained.`, ttl: 15, }), 5000,