mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Fix "No visual editor support for action: " (#18271)
This commit is contained in:
parent
b2cb0d8e0f
commit
f98c0769b0
@ -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"
|
||||
)}
|
||||
`
|
||||
: ""}
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user