Skip to content
Snippets Groups Projects
Commit 33d39fd7 authored by Alexis Durgnat's avatar Alexis Durgnat :milky_way:
Browse files

Meeting name changed

parent 55765ede
No related branches found
No related tags found
1 merge request!21*poof* final version
...@@ -454,7 +454,7 @@ public class MainWindowController implements Initializable { ...@@ -454,7 +454,7 @@ public class MainWindowController implements Initializable {
drawMessage( drawMessage(
String.format( String.format(
AppConfig.COMMON_ITINERARY_TEXT, AppConfig.COMMON_ITINERARY_TEXT,
meeting.getPartner().getName(), app.getUser().get().equals(meeting.getUser()) ? meeting.getPartner().getName() : meeting.getUser().getName(),
meeting.getSection().getDeparture().getLocation().getName() meeting.getSection().getDeparture().getLocation().getName()
), ),
AppConfig.JOURNEY_ICON_COMMON_ITINERARY, AppConfig.JOURNEY_ICON_COMMON_ITINERARY,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment