slots_slotmaster_deleteSlot_title abstract method

String slots_slotmaster_deleteSlot_title(
  1. String room,
  2. String startUnit,
  3. String endUnit
)

Confirmation title for deleting a slot, including room, start unit, and end unit placeholders.

In en, this message translates to: 'Delete slot {room} {startUnit} - {endUnit}?'

Implementation

String slots_slotmaster_deleteSlot_title(String room, String startUnit, String endUnit);