Add an automatic action to assign a color to a specific user
This commit is contained in:
@@ -99,7 +99,7 @@ return array(
|
||||
'Edit a task' => 'Modifier une tâche',
|
||||
'Column' => 'Colonne',
|
||||
'Color' => 'Couleur',
|
||||
'Assignee' => 'Personne assigné',
|
||||
'Assignee' => 'Personne assignée',
|
||||
'Create another task' => 'Créer une autre tâche',
|
||||
'New task' => 'Nouvelle tâche',
|
||||
'Open a task' => 'Ouvrir une tâche',
|
||||
@@ -247,4 +247,5 @@ return array(
|
||||
'Task creation' => 'Création d\'une tâche',
|
||||
'Open a closed task' => 'Ouverture d\'une tâche fermée',
|
||||
'Closing a task' => 'Fermeture d\'une tâche',
|
||||
'Assign a color to a specific user' => 'Assigner une couleur à un utilisateur',
|
||||
);
|
||||
|
||||
@@ -250,4 +250,5 @@ return array(
|
||||
// 'Task creation' => '',
|
||||
// 'Open a closed task' => '',
|
||||
// 'Closing a task' => '',
|
||||
// 'Assign a color to a specific user' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user