diff --git a/scripts/debug b/scripts/debug index a0d499164..731bda97c 100755 --- a/scripts/debug +++ b/scripts/debug @@ -165,7 +165,7 @@ echo "================" if [[ ! -z "${UMBREL_OS:-}" ]]; then if [[ $(vcgencmd get_throttled) != "throttled=0x0" ]]; then if [[ $(vcgencmd get_throttled) = "throttled=0x5"* ]]; then - echo "There is probably issue with your power supply. We recommend using the official power supply to avoid this issue" + echo "There is probably an issue with your power supply. We recommend using the official Raspberry Pi power supply to avoid this issue." else echo "The temperature of your Raspberry Pi is too high. We recommend either using a case that lowers the temperature of your Pi or a case with a builtin fan." fi