Skip to content

Commit

Permalink
Merge pull request #250 from Anant1902/branch-removeApostrophe
Browse files Browse the repository at this point in the history
Remove apostrophe from attendance label
  • Loading branch information
wxiaoyun authored Apr 7, 2024
2 parents a16a3ac + 9e4fb2e commit fac7f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/view/PersonListCard.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Label fx:id="phone" styleClass="cell_small_label" text="\$phone" />
<Label fx:id="major" styleClass="cell_small_label" text="\$major" />
<HBox spacing="5" alignment="CENTER_LEFT">
<Label fx:id="att_id" styleClass="cell_medium_label" text="Week's Attended: ">
<Label fx:id="att_id" styleClass="cell_medium_label" text="Weeks Attended: ">
<minWidth>
<!-- Ensures that the label text is never truncated -->
<Region fx:constant="USE_PREF_SIZE" />
Expand Down

0 comments on commit fac7f96

Please sign in to comment.