diff --git a/htdocs/admin/notification.php b/htdocs/admin/notification.php
index 6de3cc09665..b9c163972ce 100644
--- a/htdocs/admin/notification.php
+++ b/htdocs/admin/notification.php
@@ -240,7 +240,7 @@ foreach($listofnotifiedevents as $notifiedevent)
}
// New entry input fields
$s=''; // Do not use type="email" here, we must be able to enter a list of email with , separator.
- print $form->textwithpicto($s,$langs->trans("YouCanUseCommaSeparatorForSeveralRecipients"),1,'help','',0,2);
+ print $form->textwithpicto($s,$langs->trans("YouCanUseCommaSeparatorForSeveralRecipients").' '.$langs->trans("YouCanAlsoUseSupervisorKeyword"),1,'help','',0,2);
print '';
print '