Fix zwave creating nvm backup translation (#25453)

This commit is contained in:
Wendelin 2025-05-13 07:59:50 +02:00 committed by GitHub
parent 2e5c6a4d3f
commit 6c671d398f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -468,7 +468,7 @@ class ZWaveJSConfigDashboard extends SubscribeMixin(LitElement) {
.value=${this._backupProgress}
></ha-progress-ring>
${this.hass.localize(
"ui.panel.config.zwave_js.dashboard.nvm_backup.downloading"
"ui.panel.config.zwave_js.dashboard.nvm_backup.creating"
)}
${this._backupProgress}%`
: this._restoreProgress !== undefined

View File

@ -5761,7 +5761,7 @@
"backup_failed": "Failed to download backup",
"restore_complete": "Backup restored",
"restore_failed": "Failed to restore backup",
"downloading": "Downloading backup",
"creating": "Creating backup",
"restoring": "Restoring backup",
"migrate": "Migrate controller"
},