1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-26 04:46:08 +00:00
Files
core/homeassistant/components/sentry/strings.json
2020-04-16 12:52:53 -07:00

10 lines
263 B
JSON

{
"config": {
"step": {
"user": { "title": "Sentry", "description": "Enter your Sentry DSN" }
},
"error": { "unknown": "Unexpected error", "bad_dsn": "Invalid DSN" },
"abort": { "already_configured": "Sentry is already configured" }
}
}