Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

Commit

Permalink
Clarify wording for unavailable rooms
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalkin committed Mar 29, 2013
1 parent 7ad9511 commit d5e9e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/frontend/availability.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ROOM_STATUS_AVAILABLE = '1'
ROOM_STATUS_TAKEN = '2'

AVAILABILITY_PLACEHOLDER = (roomID) ->
"<span class=\"#{ NAME AVAILABILITY roomID } label\" rel=\"tooltip\" title=\"#{ NO_AVAILABILITY_DATA }\">?</span>"
"<span class=\"#{ NAME AVAILABILITY roomID } label\" rel=\"tooltip\" title=\"#{ NO_AVAILABILITY_DATA }\">Unknown</span>"

# Returns label for availability based on given status
availabilityHTML = (roomID, status) ->
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/constants.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ IMPORT_REPLACE = '.import-replace'
IMPORT_CONFLICT = '#import-conflict'
IMPORT_NO_CONFLICT = '#import-no-conflict'

NO_AVAILABILITY_DATA = 'availability not available'
NO_AVAILABILITY_DATA = 'Availability Unknown'
ROOM_NOT_AVAILABLE = '.roomUnavailable'
ROOMS_HIDDEN_PLACEHOLDER = '.roomsHidden'

Expand Down

0 comments on commit d5e9e68

Please sign in to comment.