mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 12:01:25 +00:00
📚 Minor typos (#64)
This commit is contained in:
parent
3a4ab5eb74
commit
57a8615724
1 changed files with 2 additions and 2 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue