diff options
Diffstat (limited to 'src/templates/notifier/new_booking.html')
-rw-r--r-- | src/templates/notifier/new_booking.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/notifier/new_booking.html b/src/templates/notifier/new_booking.html index d23b12e..64244e0 100644 --- a/src/templates/notifier/new_booking.html +++ b/src/templates/notifier/new_booking.html @@ -6,7 +6,7 @@ <p>We have recieved your booking request and will start working on it right away.</p> {% else %} <h3>You have been added as a collaborator to a booking</h3> - <p>{{booking.owner.username}} has given you access to thier booking.</p> + <p>{{booking.owner.username}} has given you access to their booking.</p> {% endif %} <p>Booking information:</p> <ul> |