noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 04/29: Followup : change moyenne par normale


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 04/29: Followup : change moyenne par normale
Date: Wed, 4 Nov 2020 11:08:38 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit e248feea705754ba9fddff56c183b32d4ce224bf
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Wed Oct 28 18:16:46 2020 +0100

    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 fe247b2..4cbd133 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();



reply via email to

[Prev in Thread] Current Thread [Next in Thread]