From 29e95eea2d31e4ead733a2dc0826c04c01fb730d Mon Sep 17 00:00:00 2001
From: oumaima Mtaallah <oumaima.mtallah@gmail.com>
Date: Mon, 18 Mar 2024 10:51:38 +0100
Subject: [PATCH] Change the label histogram to Barplot

---
 inst/interface/global.R | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inst/interface/global.R b/inst/interface/global.R
index 9713622..9df0a9a 100644
--- a/inst/interface/global.R
+++ b/inst/interface/global.R
@@ -51,8 +51,8 @@ langDF <- data.frame(
                      "Mise en échelle des facteurs de risque"),
   
   # Weights box
-  "BoxWeightMatrix" = c("Pairwise comparison Matrix", "Matrice de comparaison par paires"),
-  "BoxWeightBar" = c("Weights Histogram", "Histogramme des poids"),
+  "BoxWeightMatrix" = c("Pairwise Comparison Matrix", "Matrice de comparaison par paires"),
+  "BoxWeightBar" = c("Weights Barplot", "Diagramme à barre des poids"),
   
   # Results box
   "BoxResult" = c("Combined risk", "Risque combiné"),
-- 
GitLab