The problem is that you are using a poor shell. Fix the problem by switching to a better shell.
Code:
$ ksh
$ echo '\n\t'"No disk capacity more than 80%" '\n'
No disk capacity more than 80%
$ csh
%echo '\n\t'"No disk capacity more than 80%" '\n'
\n\tNo disk capacity more than 80% \n
%