When I use the dbr.no_data command to define the message when no data is found 'xx' is always added to end of the message i.e
"No traps were found xx"
here is the exact command:
select 'dbr.no_data', 'No traps were found', 'notificationstyle';
Where notificationstyle is a class defined in userstyle.css as
.notificationstyle{
color:white;
background-color:#0e6bad;
font-weight: normal;
}