20 lines
385 B
JSON
20 lines
385 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "IQVIA",
|
|
"description": "Fill out your U.S. or Canadian ZIP code.",
|
|
"data": {
|
|
"zip_code": "ZIP Code"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_zip_code": "ZIP code is invalid"
|
|
},
|
|
"abort": {
|
|
"already_configured": "This ZIP code has already been configured."
|
|
}
|
|
}
|
|
}
|