mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
change requested string
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user