mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +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
|
${type === undefined
|
||||||
? html`
|
? html`
|
||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
"ui.panel.config.automation.editor.actions.unsupported_action",
|
"ui.panel.config.automation.editor.actions.unsupported_action"
|
||||||
"action",
|
|
||||||
type
|
|
||||||
)}
|
)}
|
||||||
`
|
`
|
||||||
: ""}
|
: ""}
|
||||||
|
@ -2701,7 +2701,7 @@
|
|||||||
"delete": "[%key:ui::common::delete%]",
|
"delete": "[%key:ui::common::delete%]",
|
||||||
"delete_confirm_title": "Delete action?",
|
"delete_confirm_title": "Delete action?",
|
||||||
"delete_confirm_text": "[%key:ui::panel::config::automation::editor::triggers::delete_confirm_text%]",
|
"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",
|
"type_select": "Action type",
|
||||||
"continue_on_error": "Continue on error",
|
"continue_on_error": "Continue on error",
|
||||||
"type": {
|
"type": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user