diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index 0930ae5e132..99fa89b6e67 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -341,7 +341,7 @@ if ($conf->propal->enabled && $user->rights->propale->lire) } /* - * Last modified customers prospects + * Last modified customers or prospects */ if ($conf->societe->enabled && $user->rights->societe->lire) { @@ -394,7 +394,7 @@ if ($conf->societe->enabled && $user->rights->societe->lire) } else { - print ''.$langs->trans("None").''; + print ''.$langs->trans("None").''; } } }