Hi, Robin!
Yes, looks like this issue comes with the latest Joomla. Notification is a default Joomla notification, designed in Gridbox style by our CSS.
Here is a code that hides notification dialog, code you need to add to the Gridbox CSS editor or template custom.css file
div#system-message {
display: none !important;
}
Note! I don't recommend you to do it since it's a Joomla system message
Regards,
Artem, Balbooa.com