Minor fixes for backup translations (#23691)

This commit is contained in:
Simon Lamon 2025-01-12 08:24:35 +01:00 committed by Paul Bottein
parent 8c52bc3ffb
commit bf471eb8c3
No known key found for this signature in database
3 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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"

View File

@ -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": {