mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
squeezebox: Improve update notification string (#151003)
This commit is contained in:
@@ -118,7 +118,7 @@ class ServerStatusUpdatePlugins(ServerStatusUpdate):
|
||||
rs = self.coordinator.data[UPDATE_PLUGINS_RELEASE_SUMMARY]
|
||||
return (
|
||||
(rs or "")
|
||||
+ "The Plugins will be updated on the next restart triggred by selecting the Install button. Allow enough time for the service to restart. It will become briefly unavailable."
|
||||
+ "The Plugins will be updated on the next restart triggered by selecting the Update button. Allow enough time for the service to restart. It will become briefly unavailable."
|
||||
if self.coordinator.can_server_restart
|
||||
else rs
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user