diff --git a/booking.xml b/booking.xml index f15f2b5..3956157 100644 --- a/booking.xml +++ b/booking.xml @@ -66,15 +66,15 @@ this repository contains the full copyright notices and license terms. --> - + All diff --git a/constants.py b/constants.py index 047b4eb..9443462 100644 --- a/constants.py +++ b/constants.py @@ -3,7 +3,7 @@ STATE_BOOKING = [ ('offer', 'Offer'), ('confirmed', 'Confirmed'), ('cancelled', 'Cancelled'), - ('not_show', 'Not Show'), + ('no_show', 'No Show'), ('finished', 'Finished'), ]