Skip to content
Merged
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: 4 additions & 1 deletion microsetta_interface/implementation.py
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,10 @@ def _refresh_state_and_route_to_sink(account_id=None, source_id=None):

def _get_kit(kit_name):
unable_to_validate_msg = gettext(
"The provided Kit ID is not in our system or has already been used."
"The provided Kit ID is not in our system or has already been used. "
"Please check your Kit ID for typos and ensure the ID you entered is "
"the Kit ID printed on the information card found inside your kit, "
"not the Box ID printed on the outside of the box."
)
error_msg = None
response = None
Expand Down
Loading