Skip to content

Commit

Permalink
Fixed verbose name
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kaufhold committed Sep 10, 2013
1 parent 6f5be86 commit 5b45e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion booking/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class Booking(models.Model):

booking_status = models.ForeignKey(
'booking.BookingStatus',
verbose_name=('Notes'),
verbose_name=('Booking status'),
blank=True, null=True,
)

Expand Down

0 comments on commit 5b45e44

Please sign in to comment.