Skip to content

Commit

Permalink
Update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Dec 21, 2023
1 parent d4aa09c commit e1cfa74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/dialogs/update_backup/dialog-update-backup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ class DialogBox extends LitElement {
)}
>
<p>${this.hass.localize("ui.dialogs.update_backup.text")}</p>
<ha-button @click=${this._yes} slot="primaryAction">
${this.hass!.localize("ui.common.yes")}
</ha-button>
<ha-button @click=${this._no} slot="secondaryAction">
${this.hass!.localize("ui.common.no")}
</ha-button>
<ha-button @click=${this._yes} slot="primaryAction">
${this.hass.localize("ui.dialogs.update_backup.create")}
</ha-button>
</ha-dialog>
`;
}
Expand Down
3 changes: 2 additions & 1 deletion src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1533,7 +1533,8 @@
},
"update_backup": {
"title": "Create backup",
"text": "Whould you like to create a backup before installing?"
"text": "This will create a backup before installing.",
"create": "Create"
}
},
"weekdays": {
Expand Down

0 comments on commit e1cfa74

Please sign in to comment.