Skip to content

Commit a0f86b5

Browse files
Merge pull request #350 from biocore/csymons_kit_id_error_msg
Kit ID Error Message
2 parents e36d287 + e7a14c9 commit a0f86b5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

microsetta_interface/implementation.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,10 @@ def _refresh_state_and_route_to_sink(account_id=None, source_id=None):
827827

828828
def _get_kit(kit_name):
829829
unable_to_validate_msg = gettext(
830-
"The provided Kit ID is not in our system or has already been used."
830+
"The provided Kit ID is not in our system or has already been used. "
831+
"Please check your Kit ID for typos and ensure the ID you entered is "
832+
"the Kit ID printed on the information card found inside your kit, "
833+
"not the Box ID printed on the outside of the box."
831834
)
832835
error_msg = None
833836
response = None

0 commit comments

Comments
 (0)