Z-Wave: apply sentence-style capitalization (#25739)

This commit is contained in:
c0ffeeca7 2025-06-11 08:13:32 +02:00 committed by GitHub
parent b3f0a6328e
commit 43cc49bb32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -429,7 +429,7 @@ class ZWaveJSConfigDashboard extends SubscribeMixin(LitElement) {
</ha-card> </ha-card>
<ha-card> <ha-card>
<div class="card-header"> <div class="card-header">
<h1>Third-Party Data Reporting</h1> <h1>Third-party data reporting</h1>
${this._dataCollectionOptIn !== undefined ${this._dataCollectionOptIn !== undefined
? html` ? html`
<ha-switch <ha-switch

View File

@ -5807,8 +5807,8 @@
"provisioned_devices": "Provisioned devices", "provisioned_devices": "Provisioned devices",
"not_ready": "{count} not ready", "not_ready": "{count} not ready",
"nvm_backup": { "nvm_backup": {
"title": "Backup and Restore", "title": "Backup and restore",
"description": "Back up or restore your Z-Wave controller's Non-Volatile Memory (NVM). The NVM contains your network information including paired devices. It's recommended to create a backup before making any major changes to your Z-Wave network.", "description": "Back up or restore your Z-Wave controller's non-volatile memory (NVM). The NVM contains your network information including paired devices. It's recommended to create a backup before making any major changes to your Z-Wave network.",
"download_backup": "Download backup", "download_backup": "Download backup",
"restore_backup": "Restore from backup", "restore_backup": "Restore from backup",
"backup_failed": "Failed to download backup", "backup_failed": "Failed to download backup",
@ -6013,9 +6013,9 @@
"default": "Default" "default": "Default"
}, },
"network_status": { "network_status": {
"connected": "Connected", "connected": "status: connected",
"connecting": "Connecting", "connecting": "status: connecting",
"unknown": "Unknown" "unknown": "status: unknown"
}, },
"add_node": { "add_node": {
"title": "Add a Z-Wave device", "title": "Add a Z-Wave device",