mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Set standard name for Cancel button, to align translations (#8914)
This commit is contained in:
parent
193016a46a
commit
c53575a74f
@ -127,7 +127,7 @@ export class HuiSaveConfig extends LitElement implements HassDialog {
|
||||
? html`
|
||||
<mwc-button slot="primaryAction" @click=${this.closeDialog}
|
||||
>${this.hass!.localize(
|
||||
"ui.panel.lovelace.editor.save_config.cancel"
|
||||
"ui.common.cancel"
|
||||
)}
|
||||
</mwc-button>
|
||||
<mwc-button
|
||||
|
@ -2823,7 +2823,6 @@
|
||||
"yaml_control": "To take control in YAML mode, create a YAML file with the name you specified in your config for this dashboard, or the default 'ui-lovelace.yaml'.",
|
||||
"yaml_config": "To help you start here is the current config of this dashboard:",
|
||||
"empty_config": "Start with an empty dashboard",
|
||||
"cancel": "Never mind",
|
||||
"close": "Close",
|
||||
"save": "Take control"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user