Hey Jos,
We had the same issue. There is an easy hotfix. go to file wp-content/plugins/wp-whatsapp-chat/vendor_packages/wp-notice-plugin-promote.php line 76.
There you see this line:
Today we have a special gift for you. Use the coupon code %1$s within the next 48 hours to receive a 20% discount on the premium version of the %2$s plugin.
Change it to this:
Today we have a special gift for you. Use the coupon code %1$s within the next 48 hours to receive a 20\% discount on the premium version of the %2$s plugin.
So add a \ after 20 to escape the %.
Hope this helps you to.
Regards,
Omri de Hek