mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Minor fixes for backup translations (#23691)
This commit is contained in:
parent
8c52bc3ffb
commit
bf471eb8c3
@ -209,7 +209,7 @@ class HaBackupConfigData extends LitElement {
|
||||
</span>
|
||||
<span slot="supporting-text">
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.backup.data.history_description"
|
||||
"ui.panel.config.backup.data.media_description"
|
||||
)}
|
||||
</span>
|
||||
<ha-switch
|
||||
|
@ -109,7 +109,9 @@ export class DialogUploadBackup
|
||||
></ha-file-upload>
|
||||
</div>
|
||||
<div slot="actions">
|
||||
<ha-button @click=${this.closeDialog}>Cancel</ha-button>
|
||||
<ha-button @click=${this.closeDialog}
|
||||
>${this.hass.localize("ui.common.cancel")}</ha-button
|
||||
>
|
||||
<ha-button @click=${this._upload} .disabled=${!this._formValid()}>
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.backup.dialogs.upload.action"
|
||||
|
@ -2605,7 +2605,7 @@
|
||||
"protected_not_encrypted": "Not encrypted"
|
||||
},
|
||||
"restore": {
|
||||
"title": "Selected what to restore",
|
||||
"title": "Select what to restore",
|
||||
"action": "Restore"
|
||||
},
|
||||
"locations": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user