mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
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
@ -60,8 +60,11 @@
|
||||
"integration_not_found": {
|
||||
"title": "Integration {domain} not found",
|
||||
"fix_flow": {
|
||||
"abort": {
|
||||
"issue_ignored": "Not existing integration {domain} ignored."
|
||||
},
|
||||
"step": {
|
||||
"remove_entries": {
|
||||
"init": {
|
||||
"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.",
|
||||
"menu_options": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user