diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 8a837d5934c..bf41b5a624a 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -10357,7 +10357,7 @@ function dolGetStatus($statusLabel = '', $statusLabelShort = '', $html = '', $st * 'action-btn-label' => '', // Overide label of action button, if empty default label use "Confirm" lang key * 'cancel-btn-label' => '', // Overide label of cancel button, if empty default label use "CloseDialog" lang key * 'content' => '', // Overide text of content, if empty default content use "ConfirmBtnCommonContent" lang key - * 'modal' => true, // true|false to display dialog as a modal (with dark background) + * 'modal' => true, // true|false to display dialog as a modal (with dark background) * ], * ] * // phpcs:enable diff --git a/htdocs/projet/card.php b/htdocs/projet/card.php index 62a950237d5..0cfe126d69b 100644 --- a/htdocs/projet/card.php +++ b/htdocs/projet/card.php @@ -1316,7 +1316,7 @@ if ($action == 'create' && $user->rights->projet->creer) { } } - // Add button to create objects from projects + // Add button to create objects from project if (!empty($conf->global->PROJECT_SHOW_CREATE_OBJECT_BUTTON)) { if (!empty($conf->propal->enabled) && $user->rights->propal->creer) { $langs->load("propal");