diff --git a/src/main/java/ch/hepia/ui/MainWindowController.java b/src/main/java/ch/hepia/ui/MainWindowController.java
index 9f6aa76464f1fbeb6b2d704ac706c9ce0d477e47..66f0fc03c4be5595645b301928000aeab272a4ce 100644
--- a/src/main/java/ch/hepia/ui/MainWindowController.java
+++ b/src/main/java/ch/hepia/ui/MainWindowController.java
@@ -299,7 +299,7 @@ public class MainWindowController implements Initializable {
     private void setupCurrentConnection(AppContext app, WeatherAPI api) throws IOException {
         String wtcd = api.getWeatherFrom(currentJourney.getTo().getLocation().getCoordinates()).getConditionsIcon();
         currentJourneyLabel.setText("Vous voyagez de " + currentJourney.getFrom().getLocation().getName() + " vers "
-                + currentJourney.getTo().getLocation().getName() + ". Cliquez ici pour quitter cet itinéraire.");
+                + currentJourney.getTo().getLocation().getName() + ". Cliquez ici pour le quitter.");
         currentJourneyLabel.setUnderline(true);
         currentJourneyLabel.setOnMouseClicked(event -> {
             Alert alertQuit = new Alert(Alert.AlertType.CONFIRMATION);
@@ -473,6 +473,7 @@ public class MainWindowController implements Initializable {
             }
         }), userFilter::test);
 
+        // Subscribe to meeting
         app.getMessageManager().conditionalSubscribeMeeting(meeting -> Platform.runLater(() -> {
 			drawMessage(
 					String.format(