diff --git a/src/panels/config/automation/ha-automation-editor.ts b/src/panels/config/automation/ha-automation-editor.ts index 5c93e80db0..3321a4956d 100644 --- a/src/panels/config/automation/ha-automation-editor.ts +++ b/src/panels/config/automation/ha-automation-editor.ts @@ -47,7 +47,7 @@ import { HaDeviceTrigger } from "./trigger/types/ha-automation-trigger-device"; import { mdiContentSave } from "@mdi/js"; import { PaperListboxElement } from "@polymer/paper-listbox"; -const MODES = ["parallel", "single", "restart", "queued"]; +const MODES = ["single", "restart", "queued", "parallel"]; const MODES_MAX = ["queued", "parallel"]; export class HaAutomationEditor extends LitElement { diff --git a/src/panels/config/cloud/forgot-password/cloud-forgot-password.js b/src/panels/config/cloud/forgot-password/cloud-forgot-password.js index 35d3c7969e..68acfeec7e 100644 --- a/src/panels/config/cloud/forgot-password/cloud-forgot-password.js +++ b/src/panels/config/cloud/forgot-password/cloud-forgot-password.js @@ -45,9 +45,13 @@ class CloudForgotPassword extends LocalizeMixin(EventsMixin(PolymerElement)) { display: none; } - +
- +

[[localize('ui.panel.config.cloud.forgot_password.instructions')]] diff --git a/src/translations/en.json b/src/translations/en.json index cd2f1eb8a9..9dcdeb92e0 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -847,10 +847,10 @@ "label": "Mode", "description": "The mode controls what happens when the automation is triggered while the actions are still running from a previous trigger. Check the {documentation_link} for more info.", "documentation": "automation documentation", - "single": "Single", + "single": "Single (default)", "restart": "Restart", "queued": "Queued", - "parallel": "Parallel (default)" + "parallel": "Parallel" }, "max": { "queued": "Queue length",