Solution posted by Seyi worked for us, using joomla 3.6.5 and TinyMCE:
in the file www/administrator/components/com_aworewards/views/config/tmpl/default.php, you will find these strings in 2 different places:
params-sponsor_message
params-sponsor_email_point_message
params-frontend_invitationdesc
params-payout_auto_sys_email_body
params-payout_request_sys_email_body
Now you need to alter them by changing the dash (-) to an underscore (_). So the strings should now look like this:
params_sponsor_message
params_sponsor_email_point_message
params_frontend_invitationdesc
params_payout_auto_sys_email_body
params_payout_request_sys_email_body