We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdba5cc commit 4199b2eCopy full SHA for 4199b2e
src/gort/overwatcher/troubleshooter/recipes.py
@@ -193,7 +193,7 @@ async def _handle_disconnected_cameras(self):
193
failed_str = ", ".join(failed_cameras)
194
await self.notify(
195
f"Found {len(failed_cameras)} AG cameras that are down: {failed_str}. "
196
- "Power cycling switch ports. This will take several minutes.",
+ "Power cycling cameras. This will take several minutes.",
197
level="warning",
198
)
199
0 commit comments