change requested string

This commit is contained in:
Thomas Ruoff
2020-08-26 00:56:13 +02:00
parent 2fa4910292
commit a8525c5e34

View File

@@ -22,7 +22,7 @@ export async function getServerSideProps(context) {
function getBookingStatus(booking) {
switch (booking.status) {
case BOOKING_STATUS.REQUESTED:
return 'In Anfrage'
return 'In Bearbeitung'
case BOOKING_STATUS.CONFIRMED:
return 'Bestätigt'
case BOOKING_STATUS.REJECTED: