Files
core/homeassistant/components/notion/strings.json
T
Aaron Bach c97b1c60b0 Modernize Notion config flow (#32167)
* Modernize Notion config flow

* Linting
2020-02-24 21:36:58 -08:00

22 lines
461 B
JSON

{
"config": {
"title": "Notion",
"step": {
"user": {
"title": "Fill in your information",
"data": {
"username": "Username/Email Address",
"password": "Password"
}
}
},
"error": {
"invalid_credentials": "Invalid username or password",
"no_devices": "No devices found in account"
},
"abort": {
"already_configured": "This username is already in use."
}
}
}