diff --git a/htdocs/comm/action/card.php b/htdocs/comm/action/card.php
index 7090438c7ce..d3548a2505f 100644
--- a/htdocs/comm/action/card.php
+++ b/htdocs/comm/action/card.php
@@ -1110,26 +1110,33 @@ if ($action == 'create')
print '';
- print '
| '.$langs->trans("Reminder").' | '; - print ''; - print ' | ||
| '.$langs->trans("ReminderType").' | '; - print $form->select_type_duration('offsetunit'); - print ' | ||
| '.$langs->trans("Reminder").' | '; + print ''; + print ' | ||
| '.$langs->trans("TypeRemind").' | '; - print $form->selectarray('typeremind', array('mail'=>$langs->trans('EMail'), 'push'=>$langs->trans('OSNotif'))); - print ' | ||
| '.$langs->trans("ReminderType").' | '; + print $form->select_type_duration('offsetunit'); + print ' | ||