We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6b312 commit 8a99dfaCopy full SHA for 8a99dfa
src/main/resources/view/ItineraryListCard.fxml
@@ -29,7 +29,7 @@
29
</HBox>
30
<Label fx:id="country" styleClass="cell_small_label" text="\$country" />
31
<Label fx:id="startDate" styleClass="cell_small_label" text="\$startDate" />
32
- <Label fx:id="endDate" styleClass="cell_small_label" text="\$endDate" />
+ <Label fx:id="duration" styleClass="cell_small_label" text="\$duration" />
33
<Label fx:id="people" styleClass="cell_small_label" text="\$people" />
34
</VBox>
35
</GridPane>
0 commit comments