Skip to content

Commit 8a99dfa

Browse files
committed
Add duration to ItineraryListCard.fxml
1 parent 1a6b312 commit 8a99dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/view/ItineraryListCard.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</HBox>
3030
<Label fx:id="country" styleClass="cell_small_label" text="\$country" />
3131
<Label fx:id="startDate" styleClass="cell_small_label" text="\$startDate" />
32-
<Label fx:id="endDate" styleClass="cell_small_label" text="\$endDate" />
32+
<Label fx:id="duration" styleClass="cell_small_label" text="\$duration" />
3333
<Label fx:id="people" styleClass="cell_small_label" text="\$people" />
3434
</VBox>
3535
</GridPane>

0 commit comments

Comments
 (0)