Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions microsetta_interface/implementation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2466,7 +2466,7 @@ def get_update_sample(*, account_id=None, source_id=None, sample_id=None):
"Mouth", "Nares", "Nasal mucus", "Right hand",
"Left hand", "Forehead", "Torso", "Right leg",
"Left leg", "Vaginal mucus", "Tears", "Ear wax",
"Hair", "Fur"]
"Hair", "Fur", "Urine"]
# babel scraping doesn't understand anything but constant strings.
# do not collapse this into a for loop unless you can verify
# that the POT file is correctly updated.
Expand All @@ -2488,7 +2488,8 @@ def get_update_sample(*, account_id=None, source_id=None, sample_id=None):
gettext("Tears"),
gettext("Ear wax"),
gettext("Hair"),
gettext("Fur")
gettext("Fur"),
gettext("Urine")
]
elif is_environmental:
# Environment settings
Expand Down