Remove some duplicated translations (#96300)

This commit is contained in:
Erik Montnemery 2023-07-11 16:38:18 +02:00 committed by GitHub
parent f054de0ad5
commit 107f589a2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
"fix_flow": {
"step": {
"confirm": {
"title": "{name} uses an unknown service",
"title": "[%key:component::automation::issues::service_not_found::title%]",
"description": "The automation \"{name}\" (`{entity_id}`) has an action that calls an unknown service: `{service}`.\n\nThis error prevents the automation from running correctly. Maybe this service is no longer available, or perhaps a typo caused it.\n\nTo fix this error, [edit the automation]({edit}) and remove the action that calls this service.\n\nClick on SUBMIT below to confirm you have fixed this automation."
}
}

View File

@ -32,7 +32,7 @@
"fix_flow": {
"step": {
"confirm": {
"title": "The counter configure service is being removed",
"title": "[%key:component::counter::issues::deprecated_configure_service::title%]",
"description": "The counter service `counter.configure` is being removed and use of it has been detected. If you want to change the current value of a counter, use the new `counter.set_value` service instead.\n\nPlease remove the use of this service from your automations and scripts and select **submit** to close this issue."
}
}