Use common strings for Sentry config flow (#41087)
This commit is contained in:
parent
20bacb6918
commit
31ce68e91e
1 changed files with 7 additions and 2 deletions
|
@ -4,10 +4,15 @@
|
|||
"user": {
|
||||
"title": "Sentry",
|
||||
"description": "Enter your Sentry DSN",
|
||||
"data": { "dsn": "DSN" }
|
||||
"data": {
|
||||
"dsn": "DSN"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": { "unknown": "Unexpected error", "bad_dsn": "Invalid DSN" },
|
||||
"error": {
|
||||
"unknown": "[%key:common::config_flow::error::unknown%]",
|
||||
"bad_dsn": "Invalid DSN"
|
||||
},
|
||||
"abort": {
|
||||
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue