typo : tag instead of étiquette
This commit is contained in:
parent
f7d4b380bf
commit
7f87f19746
1 changed files with 1 additions and 1 deletions
|
|
@ -1510,7 +1510,7 @@ class Follow_Up
|
|||
if ($g_user->can_write_action($this->ag_id)==true)
|
||||
{
|
||||
$js=sprintf("onclick=\"action_tag_select('%s','%s')\"", dossier::id(), $this->ag_id);
|
||||
echo HtmlInput::button('tag_bt', 'Ajout tag', $js, 'smallbutton');
|
||||
echo HtmlInput::button('tag_bt', _('Ajout étiquette'), $js, 'smallbutton');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue