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>
|
||||||
<span slot="supporting-text">
|
<span slot="supporting-text">
|
||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
"ui.panel.config.backup.data.history_description"
|
"ui.panel.config.backup.data.media_description"
|
||||||
)}
|
)}
|
||||||
</span>
|
</span>
|
||||||
<ha-switch
|
<ha-switch
|
||||||
|
@ -109,7 +109,9 @@ export class DialogUploadBackup
|
|||||||
></ha-file-upload>
|
></ha-file-upload>
|
||||||
</div>
|
</div>
|
||||||
<div slot="actions">
|
<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()}>
|
<ha-button @click=${this._upload} .disabled=${!this._formValid()}>
|
||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
"ui.panel.config.backup.dialogs.upload.action"
|
"ui.panel.config.backup.dialogs.upload.action"
|
||||||
|
@ -2605,7 +2605,7 @@
|
|||||||
"protected_not_encrypted": "Not encrypted"
|
"protected_not_encrypted": "Not encrypted"
|
||||||
},
|
},
|
||||||
"restore": {
|
"restore": {
|
||||||
"title": "Selected what to restore",
|
"title": "Select what to restore",
|
||||||
"action": "Restore"
|
"action": "Restore"
|
||||||
},
|
},
|
||||||
"locations": {
|
"locations": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user