-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update_agent: reword reboot delay broadcast mesage #556
Conversation
src/update_agent/mod.rs
Outdated
"New update {} is available and will be automatically applied.\n\ | ||
Finalization delayed until all interactive users have logged out (or for up to {}), update strategy permitting.\n\ | ||
Please log out all active sessions in order to let the auto-update process continue.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That second sentence might be a little long for a single line. Suggestion:
"New update {} is available and will be automatically applied.\n\ | |
Finalization delayed until all interactive users have logged out (or for up to {}), update strategy permitting.\n\ | |
Please log out all active sessions in order to let the auto-update process continue.", | |
"New update {} is available and has been deployed. Finalization has been delayed\n\ | |
for up to {} (update strategy permitting) or until all interactive users have\n\ | |
logged out. Please log out all active sessions in order to let the auto-update\n\ | |
process continue.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I've updated the PR to make the lines roughly the same length (also roughly accounting for what goes inside the {}
s). I've also made it a bit more verbose for extra clarity.
Let me know if the lines are still too long or if it's getting too verbose now.
Reword message broadcasted to users when reboots are delayed due to active interactive user sessions to emphasize that logging out active sessions will allow Zincat to continue the auto-update process.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Reword message broadcasted to users when reboots are delayed due
to active interactive user sessions to emphasize that logging out
active sessions will allow Zincat to continue the auto-update
process.