From 7bad30bea43bf21da95afecf45e438a8d30407ab Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Wed, 6 Nov 2024 17:37:45 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20add=20new=20authenticat?= =?UTF-8?q?ion=20error=20messages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/locales/en.json b/locales/en.json index e9755b9..071f6b6 100644 --- a/locales/en.json +++ b/locales/en.json @@ -359,5 +359,7 @@ "uploadAssetsFailed": "Failed to upload function assets to Fleek. Check your network connection and try again.", "assetsNotSupportedInSgx": "Function assets are not supported in SGX environment", "functionsSite": "The Site ID where the Function will be deployed", - "siteNotFound": "Site not found!" + "siteNotFound": "Site not found!", + "failedAuthentication": "This command failed to authenticate. Have you run 'fleek login' to sign in? If the issue persists contact our support team at https://fleek.xyz/support", + "missingPersonalAccessToken": "Missing a valid personal access token. Visit https://fleek.xyz/docs for detailed instructions and try again, please!" }