slots_details_reservationsCount abstract method

String slots_details_reservationsCount(
  1. int reservations,
  2. int size
)

Displays the current reservations over the total slot size, with reservations and size placeholders.

In en, this message translates to: 'Reservations ({reservations}/{size})'

Implementation

String slots_details_reservationsCount(int reservations, int size);