chore: update messages

pull/270/head
dessant 4 years ago
parent 31f915f517
commit 4c87f455e4

@ -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

@ -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.'
);
}

Loading…
Cancel
Save