diff --git a/htdocs/projet/card.php b/htdocs/projet/card.php
index 94a7b772fac..771998fbb6c 100644
--- a/htdocs/projet/card.php
+++ b/htdocs/projet/card.php
@@ -126,7 +126,7 @@ if (empty($reshook))
}
if (!GETPOST('title'))
{
- setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentities("Label")), null, 'errors');
+ setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentities("ProjectLabel")), null, 'errors');
$error++;
}
@@ -236,7 +236,7 @@ if (empty($reshook))
{
$error++;
//$_GET["id"]=$_POST["id"]; // We return on the project card
- setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentities("Label")), null, 'errors');
+ setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentities("ProjectLabel")), null, 'errors');
}
$db->begin();
@@ -529,7 +529,7 @@ if ($action == 'create' && $user->rights->projet->creer)
print '';
// Label
- print '
| '.$langs->trans("Label").' | |
';
+ print '| '.$langs->trans("ProjectLabel").' | |
';
// Usage (opp, task, bill time, ...)
print '| ';
@@ -804,10 +804,9 @@ if ($action == 'create' && $user->rights->projet->creer)
print ' |
';
// Label
- print '| '.$langs->trans("Label").' | ';
+ print '
| '.$langs->trans("ProjectLabel").' | ';
print ' |
';
-
// Status
print '| '.$langs->trans("Status").' | ';
print ' |