mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-23 18:02:13 +02:00
cange noHDD text
This commit is contained in:
@@ -90,9 +90,10 @@ elif [ "${eventID}" == "noHDD" ]; then
|
||||
|
||||
# contentWords[1] --> size string (for example '1TB')
|
||||
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
|
||||
Please connect a HDD/SSD.
|
||||
Minimum of ${contentWords[0]} needed.
|
||||
" 6 35
|
||||
Waiting for HDD/SSD ...
|
||||
Please connect a ${contentWords[0]}
|
||||
HDD or SSD to the device.
|
||||
" 8 35
|
||||
|
||||
elif [ "${eventID}" == "sdtoosmall" ]; then
|
||||
|
||||
|
Reference in New Issue
Block a user