Skip to content

Commit bcfa7a7

Browse files
authored
squeezebox: Improve update notification string (home-assistant#151003)
1 parent ab7081d commit bcfa7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/squeezebox/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def release_summary(self) -> None | str:
118118
rs = self.coordinator.data[UPDATE_PLUGINS_RELEASE_SUMMARY]
119119
return (
120120
(rs or "")
121-
+ "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."
121+
+ "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."
122122
if self.coordinator.can_server_restart
123123
else rs
124124
)

0 commit comments

Comments
 (0)