diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 92526aea..36ff94f6 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -889,7 +889,7 @@ DOWNLIST(){ done if [ "${1}" != "report" ]; then - echo -en "\n\033[K${idsCL[LightCyan]}Enter # to change notifications [${idsCL[Default]}(${idsCL[LightYellow]}A${idsCL[Default]})ll, ${idsCL[Default]}(${idsCL[LightYellow]}E${idsCL[Default]})xit${idsCL[LightCyan]}] : ${idsCL[Default]}" + echo -en "\n\033[K${idsCL[LightCyan]}Enter # to change notifications [${idsCL[Default]}Change (${idsCL[LightYellow]}A${idsCL[Default]})ll, ${idsCL[Default]}(${idsCL[LightYellow]}E${idsCL[Default]})xit${idsCL[LightCyan]}] : ${idsCL[Default]}" read choice else choice=E