From 9f7014439736f38d321dccf165331d07dc026524 Mon Sep 17 00:00:00 2001 From: edzkite <47993402+edzkite@users.noreply.github.com> Date: Thu, 3 Jun 2021 08:23:43 -0700 Subject: [PATCH] Update notification text (#386) --- src/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notifications.js b/src/notifications.js index 2d4d73c..f13713d 100644 --- a/src/notifications.js +++ b/src/notifications.js @@ -102,7 +102,7 @@ export default class NotificationsManager { static showKiteInstallPausedNotification() { vscode.window .showInformationMessage( - "The Kite Copilot cannot be installed for the time being. We'll notify you when it's available again.", + "Kite requires the Kite Copilot to function. However, it cannot be downloaded for the next few weeks. This plugin will notify you when it's available again.", "OK", "Learn More" )