Use common state for "Error" in home_connect (#143276)

This commit is contained in:
Norbert Rittel 2025-04-19 21:13:09 +02:00 committed by GitHub
parent a9e77dc0db
commit 21f9ad3994
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1536,7 +1536,7 @@
"pause": "[%key:common::state::paused%]", "pause": "[%key:common::state::paused%]",
"actionrequired": "Action required", "actionrequired": "Action required",
"finished": "Finished", "finished": "Finished",
"error": "Error", "error": "[%key:common::state::error%]",
"aborting": "Aborting" "aborting": "Aborting"
} }
}, },
@ -1587,7 +1587,7 @@
"streaminglocal": "Streaming local", "streaminglocal": "Streaming local",
"streamingcloud": "Streaming cloud", "streamingcloud": "Streaming cloud",
"streaminglocal_and_cloud": "Streaming local and cloud", "streaminglocal_and_cloud": "Streaming local and cloud",
"error": "Error" "error": "[%key:common::state::error%]"
} }
}, },
"last_selected_map": { "last_selected_map": {