Fix "No visual editor support for action: " (#18271)

This commit is contained in:
Kendell R 2023-10-18 06:24:36 -07:00 committed by GitHub
parent b2cb0d8e0f
commit f98c0769b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -377,9 +377,7 @@ export default class HaAutomationActionRow extends LitElement {
${type === undefined
? html`
${this.hass.localize(
"ui.panel.config.automation.editor.actions.unsupported_action",
"action",
type
"ui.panel.config.automation.editor.actions.unsupported_action"
)}
`
: ""}

View File

@ -2701,7 +2701,7 @@
"delete": "[%key:ui::common::delete%]",
"delete_confirm_title": "Delete action?",
"delete_confirm_text": "[%key:ui::panel::config::automation::editor::triggers::delete_confirm_text%]",
"unsupported_action": "No visual editor support for action: {action}",
"unsupported_action": "No visual editor support for this action",
"type_select": "Action type",
"continue_on_error": "Continue on error",
"type": {