Fix translation for integration not found repair issue (#123868)
* correct setp id in strings * add issue_ignored string
This commit is contained in:
parent
e1a0a855d5
commit
82c705e188
1 changed files with 4 additions and 1 deletions
|
@ -60,8 +60,11 @@
|
||||||
"integration_not_found": {
|
"integration_not_found": {
|
||||||
"title": "Integration {domain} not found",
|
"title": "Integration {domain} not found",
|
||||||
"fix_flow": {
|
"fix_flow": {
|
||||||
|
"abort": {
|
||||||
|
"issue_ignored": "Not existing integration {domain} ignored."
|
||||||
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"remove_entries": {
|
"init": {
|
||||||
"title": "[%key:component::homeassistant::issues::integration_not_found::title%]",
|
"title": "[%key:component::homeassistant::issues::integration_not_found::title%]",
|
||||||
"description": "The integration `{domain}` could not be found. This happens when a (custom) integration was removed from Home Assistant, but there are still configurations for this `integration`. Please use the buttons below to either remove the previous configurations for `{domain}` or ignore this.",
|
"description": "The integration `{domain}` could not be found. This happens when a (custom) integration was removed from Home Assistant, but there are still configurations for this `integration`. Please use the buttons below to either remove the previous configurations for `{domain}` or ignore this.",
|
||||||
"menu_options": {
|
"menu_options": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue