Add the possibility to add a description directly from the task show view

This commit is contained in:
Frédéric Guillot
2014-03-04 22:45:58 -05:00
parent 19409360ca
commit 141616b48c
6 changed files with 108 additions and 25 deletions

View File

@@ -207,4 +207,8 @@ return array(
'Write your text in Markdown' => 'Écrivez votre texte en Markdown',
'Leave a comment' => 'Laissez un commentaire',
'Comment is required' => 'Le commentaire est obligatoire',
'Leave a description' => 'Laissez une description',
'Comment added successfully.' => 'Commentaire ajouté avec succès.',
'Unable to create your comment.' => 'Impossible de sauvegarder votre commentaire.',
'The description is required' => 'La description est obligatoire',
);

View File

@@ -211,4 +211,7 @@ return array(
//'Write your text in Markdown' => '',
//'Leave a comment' => '',
//'Comment is required' => '',
//'Comment added successfully.' => '',
//'Unable to create your comment.' => '',
//'The description is required' => '',
);