📚 Minor typos (#64)

This commit is contained in:
Paul Sinclair 2021-02-13 04:33:43 -05:00 committed by GitHub
parent 3a4ab5eb74
commit 57a8615724
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -462,7 +462,7 @@ function bashio::config.require.safe_password() {
bashio::log.fatal
bashio::log.fatal "We are trying to help you to protect your system the"
bashio::log.fatal "best we can. Therefore, this add-on checks your"
bashio::log.fatal "configured password again the HaveIBeenPwned database."
bashio::log.fatal "configured password against the HaveIBeenPwned database."
bashio::log.fatal
bashio::log.fatal "Unfortunately, your configured password is considered"
bashio::log.fatal "unsafe. We highly recommend you to pick a different one."
@ -501,7 +501,7 @@ function bashio::config.suggest.safe_password() {
bashio::log.warning
bashio::log.warning "We are trying to help you to protect your system the"
bashio::log.warning "best we can. Therefore, this add-on checks your"
bashio::log.warning "configured password again the HaveIBeenPwned database."
bashio::log.warning "configured password against the HaveIBeenPwned database."
bashio::log.warning
bashio::log.warning "Unfortunately, your configured password is considered"
bashio::log.warning "unsafe. It is recommended to pick a different one."