Skip to content

Commit

Permalink
rest of the refactorings and text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilkka Korhonen authored and Ilkka Korhonen committed Jul 12, 2024
1 parent db4eecd commit 5122ed8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/BookingDrawer/BookingDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -401,12 +401,12 @@ const BookingDrawer = (props: Props) => {
</Row>
<Row>
<DrawerButtonSecondary
aria-label="until next meeting"
aria-label="Book the whole free slot"
onClick={() =>
handleUntilNext(getTimeAvailableMinutes(room))
}
>
Until next meeting
Book the whole free slot
</DrawerButtonSecondary>
</Row>
<Row>
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/CurrentBooking/AlterBookingDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -353,10 +353,10 @@ const AlterBookingDrawer = (props: Props) => {
</Row>
<Row>
<DrawerButtonSecondary
aria-label="until next meeting"
aria-label="Book the whole free slot"
onClick={handleUntilNextMeeting}
>
Until next meeting
Book the whole free slot
</DrawerButtonSecondary>
</Row>
{booking &&
Expand Down

0 comments on commit 5122ed8

Please sign in to comment.