From de71434af3dcc3a2fe30140663566b4887eee8b8 Mon Sep 17 00:00:00 2001 From: Charles Garwood Date: Mon, 9 Dec 2024 13:03:54 -0500 Subject: [PATCH 1/2] Fix typo in build script --- build-scripts/gulp/fetch-nightly-translations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/gulp/fetch-nightly-translations.js b/build-scripts/gulp/fetch-nightly-translations.js index a19409b07626..25cba5912c7e 100644 --- a/build-scripts/gulp/fetch-nightly-translations.js +++ b/build-scripts/gulp/fetch-nightly-translations.js @@ -66,7 +66,7 @@ gulp.task("fetch-nightly-translations", async function () { tokenAuth = JSON.parse(await readFile(TOKEN_FILE, "utf-8")); } catch { if (!allowTokenSetup) { - console.log("No token found so build wil continue with English only"); + console.log("No token found so build will continue with English only"); return; } const auth = createOAuthDeviceAuth({ From 7537367ae3bc4b6d0b96b906fc348651815a18ec Mon Sep 17 00:00:00 2001 From: Simon Lamon <32477463+silamon@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:11:06 +0100 Subject: [PATCH 2/2] Update build-scripts/gulp/fetch-nightly-translations.js --- build-scripts/gulp/fetch-nightly-translations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/gulp/fetch-nightly-translations.js b/build-scripts/gulp/fetch-nightly-translations.js index 25cba5912c7e..7ed8aeed9b9b 100644 --- a/build-scripts/gulp/fetch-nightly-translations.js +++ b/build-scripts/gulp/fetch-nightly-translations.js @@ -66,7 +66,7 @@ gulp.task("fetch-nightly-translations", async function () { tokenAuth = JSON.parse(await readFile(TOKEN_FILE, "utf-8")); } catch { if (!allowTokenSetup) { - console.log("No token found so build will continue with English only"); + console.log("No token found so build will continue with English only"); return; } const auth = createOAuthDeviceAuth({