From e248feea705754ba9fddff56c183b32d4ce224bf Mon Sep 17 00:00:00 2001 From: sparkyx Date: Wed, 28 Oct 2020 18:16:46 +0100 Subject: [PATCH] Followup : change moyenne par normale --- include/class/follow_up.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class/follow_up.class.php b/include/class/follow_up.class.php index fe247b2a6..4cbd1336c 100644 --- a/include/class/follow_up.class.php +++ b/include/class/follow_up.class.php @@ -267,7 +267,7 @@ class Follow_Up $ag_priority->name="ag_priority"; $ag_priority->selected=$this->ag_priority; $ag_priority->value=array(array('value'=>1, 'label'=>_('Haute')), - array('value'=>2, 'label'=>_('Moyenne')), + array('value'=>2, 'label'=>_('Normale')), array('value'=>3, 'label'=>_('Basse')) ); $str_ag_priority=$ag_priority->input();