mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Merge branch 'issue97_rename_field' into 'master'
utilisateur field label changed See merge request Chill-Projet/chill-bundles!177
This commit is contained in:
commit
47f7837ab2
@ -58,7 +58,7 @@ final class AsideActivityFormType extends AbstractType
|
||||
$builder
|
||||
->add('agent', EntityType::class,
|
||||
[
|
||||
'label' => 'Agent',
|
||||
'label' => 'For agent',
|
||||
'required' => true,
|
||||
'class' => User::class,
|
||||
'data' => $this->storage->getToken()->getUser(),
|
||||
|
@ -45,7 +45,7 @@ Back to the list: Retour à la liste
|
||||
Choose the duration: Choisir la durée
|
||||
Choose a category: Choisir une catégorie
|
||||
Is active: Actif
|
||||
Agent: Utilisateur
|
||||
For agent: Pour l'utilisateur
|
||||
date: Date
|
||||
Duration: Durée
|
||||
Note: Note
|
||||
|
Loading…
x
Reference in New Issue
Block a user