noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch master updated: typo


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch master updated: typo
Date: Fri, 06 Nov 2020 11:26:59 -0500

This is an automated email from the git hooks/post-receive script.

sparkyx pushed a commit to branch master
in repository noalyss.

The following commit(s) were added to refs/heads/master by this push:
     new 67dc4a8  typo
67dc4a8 is described below

commit 67dc4a8b5442c81be45fed11b35b18c89aa2ae50
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri Nov 6 17:26:22 2020 +0100

    typo
---
 include/class/follow_up.class.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/class/follow_up.class.php 
b/include/class/follow_up.class.php
index 1149058..b65eee7 100644
--- a/include/class/follow_up.class.php
+++ b/include/class/follow_up.class.php
@@ -748,10 +748,10 @@ class Follow_Up
                     $priority=_('Haute');
                     break;
                 case 2:
-                    $priority=_("Moyenne");
+                    $priority=_("Normale");
                     break;
                 case 3:
-                    $priority=_("Important");
+                    $priority=_("Basse");
                     break;
             }
             $r.=td($priority);



reply via email to

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