{
    "BB_QUEUE_CONCIERGE_ADD_CUSTOMER_FORM": {
        "BUTTONS": {
            "ADD_TO_QUEUE": "Add to Queue",
            "CONTINUE": "Continue",
            "GO_BACK_BTN": "Go back",
            "MAKE_APPOINTMENT_BTN": "Make Appointment",
            "SERVE_NOW_BTN": "Serve now"
        },
        "CONSENT_TEXT": "By checking this box, you acknowledge that the customer has provided consent for the use of their data. *",
        "LABELS": {
            "CONSENT_REQUIRED_LBL": "@:COMMON.FORM.FIELD_REQUIRED",
            "FIRST_NAME_LBL": "First Name *",
            "FIRST_NAME_REQUIRED_LBL": "@:COMMON.FORM.FIELD_REQUIRED",
            "LAST_NAME_LBL": "@:COMMON.TERMINOLOGY.LAST_NAME",
            "EMAIL_LBL": "@:COMMON.TERMINOLOGY.EMAIL",
            "EMAIL_LBL_REQUIRED": "@:COMMON.TERMINOLOGY.EMAIL_REQUIRED",
            "MOBILE_LBL": "@:COMMON.TERMINOLOGY.MOBILE",
            "MOBILE_PATTERN_ERROR_LBL": "@:COMMON.FORM.PHONE_INVALID",
            "EMAIL_PATTERN_ERROR_LBL": "@:COMMON.FORM.EMAIL_INVALID",
            "NOTES_LBL": "Notes"
        },
        "TABS": {
            "ADD_NEW": "Add new",
            "ADD_EXISTING": "Add existing"
        },
        "EXISTING_CLIENT_SEARCH_PLACEHOLDER": "Search for an existing customer",
        "ALERTS": {
            "CUSTOMER_NOT_MEMBER": "That customer is not a member of this company.",
            "NO_RESULTS": "No matches found."
        }
    }
}