We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe5682 commit 5ab5407Copy full SHA for 5ab5407
1 file changed
scripts/timelapse.sh
@@ -174,7 +174,8 @@ if [[ ${LOCK} == "true" ]]; then
174
ABORTED_MSG2="timelapse creations"
175
if [[ ${IS_MINI} == "true" ]]; then
176
CAUSED_BY="This could be caused by the Mini-Timelapse"
177
- CAUSED_BY+=" 'Number Of Images' and/or 'Frequency' settings being too high."
+ CAUSED_BY+=" 'Number Of Images' setting being to high"
178
+ CAUSED_BY+=" and/or 'Frequency' settings being too low."
179
else
180
CAUSED_BY="Unknown cause - see ${ALLSKY_LOG}."
181
fi
0 commit comments