Skip to content

Commit

Permalink
fix eabac5
Browse files Browse the repository at this point in the history
  • Loading branch information
Numero7 committed Nov 20, 2024
1 parent db5fdf5 commit 001b2ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ private static String getLibelleFront(String key, String libelle) {
newLibelle = libelle.replace("EA-BAC3", "Ecole ") + " (Bac +3)";
}
if(newLibelle.contains("EA-BAC5")) {
newLibelle = libelle.replace("EA-BAC3", "Ecole ") + " (Bac +5)";
newLibelle = libelle.replace("EA-BAC5", "Ecole ") + " (Bac +5)";
}
if(key.equals("fr90")) {
newLibelle = "Sciences Po / Instituts d'études politiques (IEP)";
Expand Down

0 comments on commit 001b2ec

Please sign in to comment.