From 57a8615724d9b49fb0c80707578ea7ba71431143 Mon Sep 17 00:00:00 2001 From: Paul Sinclair <24625998+sinclairpaul@users.noreply.github.com> Date: Sat, 13 Feb 2021 04:33:43 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Minor=20typos=20(#64)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config.sh b/lib/config.sh index 70b7563..0214cee 100644 --- a/lib/config.sh +++ b/lib/config.sh @@ -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."