General::nsgn
The value of the NumberSigns option is a pair of symbols rather than a pair of strings:
NumberForm[{-23.1, 67.8}, NumberSigns -> {Negative, Positive}]This shows a valid value for the NumberSigns option:
NumberForm[{-23.1, 67.8}, NumberSigns -> {"-", "+"}]