@uswds/uswds
Version:
Open source UI components and visual style guide for U.S. government websites
43 lines (42 loc) • 769 B
JSON
{
"lang": "en",
"title": "Sign in",
"form": {
"legend": "Access your account"
},
"email": {
"label": "Email address",
"input": {
"id": "email",
"type": "email"
}
},
"password": {
"label": "Password",
"input": {
"id": "password-sign-in"
},
"toggle": {
"title": "Toggle password",
"aria_controls": "password-sign-in",
"text": {
"show": "Show password",
"hide": "Hide password"
}
}
},
"submit": {
"label": "Sign in"
},
"recovery": {
"title": "Forgot password",
"label": "Forgot password?"
},
"create_account": {
"label": "Don't have an account?",
"cta": {
"label": "Create your account now"
}
},
"img_path": "./img"
}