From 4c87f455e4e7613c69b879f3b821894e61162b3f Mon Sep 17 00:00:00 2001 From: dessant Date: Mon, 12 Oct 2020 16:51:35 +0300 Subject: [PATCH] chore: update messages --- .github/label-actions.yml | 2 +- gulpfile.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index 3706631..8e31e5e 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -22,7 +22,7 @@ issues: close: true recaptcha-error: comment: | - You may experience a temporary block when trying to solve a reCAPTCHA audio challenge. Visit the wiki to learn more about the issue and the steps you can take to reduce the chance of a temporary block in the future. + You may experience a temporary block when trying to solve a reCAPTCHA audio challenge. Visit the wiki to learn more about the issue and the steps you can take to minimize the risk of a temporary block. https://github.com/dessant/buster/wiki/Inaccessible-reCAPTCHA-audio-challenge close: true diff --git a/gulpfile.js b/gulpfile.js index 4903d6c..bf384eb 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -214,7 +214,7 @@ function secrets(done) { writeFileSync(path.join(distDir, 'secrets.json.enc'), ciphertext); } catch (err) { console.log( - 'Secrets have not been set, secrets.json.enc will not be included in the extension package.' + 'Secrets are missing, secrets.json.enc will not be included in the extension package.' ); }