Fix translation for integration not found repair issue (#123868)

* correct setp id in strings

* add issue_ignored string
This commit is contained in:
Michael 2024-08-14 12:09:46 +02:00 committed by GitHub
parent e1a0a855d5
commit 82c705e188
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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": {